Update ESP-IDF and Python paths in VSCode settings for consistency
This commit is contained in:
parent
8f616063ad
commit
ff3bf49924
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,12 +1,12 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPath": "/home/unai/.esp/v5.5.2/esp-idf",
|
||||
"idf.pythonInstallPath": "/usr/bin/python",
|
||||
"idf.espIdfPath": "/opt/esp/idf",
|
||||
"idf.pythonInstallPath": "/usr/bin/python3",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32c6-builtin.cfg"
|
||||
],
|
||||
"idf.port": "detect",
|
||||
"idf.toolsPath": "/home/unai/.espressif",
|
||||
"idf.toolsPath": "/opt/esp",
|
||||
"idf.customExtraVars": {
|
||||
"IDF_TARGET": "esp32c6"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user