Fix error handling in the init function.
This commit is contained in:
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@@ -1,5 +1,16 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"relay_chn.h": "c"
|
||||
}
|
||||
},
|
||||
"idf.customExtraVars": {
|
||||
"OPENOCD_SCRIPTS": "/home/ismail/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
|
||||
"ESP_ROM_ELF_DIR": "/home/ismail/.espressif/tools/esp-rom-elfs/20240305/",
|
||||
"IDF_TARGET": "esp32c3"
|
||||
},
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32c3-builtin.cfg"
|
||||
],
|
||||
"idf.espIdfPath": "/disk/Depo/Developer/SDK/esp-idf/v5.4/esp-idf",
|
||||
"idf.toolsPath": "/home/ismail/.espressif",
|
||||
"idf.pythonInstallPath": "/usr/bin/python"
|
||||
}
|
||||
Reference in New Issue
Block a user