Files
relay_chn/examples/relay_chn_single/.vscode/settings.json
ismail 9ee974e677 Add a single channel example
Added a single channel example with run limit and tilting
features. Refs #1104 and closes #1105.
2025-09-09 18:15:32 +03:00

18 lines
458 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPath": "/disk/Depo/Developer/SDK/esp-idf/v5.4/esp-idf",
"idf.pythonInstallPath": "/usr/bin/python3",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
],
"idf.port": "/dev/ttyUSB0",
"idf.toolsPath": "/home/ismail/.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c3"
},
"idf.flashType": "UART",
"files.associations": {
"led_indicator_blink_default.h": "c"
}
}