mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
15 lines
427 B
JSON
15 lines
427 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "c:\\Espressif\\frameworks\\esp-idf-v5.4.1",
|
|
"idf.pythonInstallPath": "c:\\Espressif\\tools\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32-wrover-kit-3.3v.cfg"
|
|
],
|
|
"idf.toolsPathWin": "c:\\Espressif\\tools",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32"
|
|
},
|
|
"idf.flashType": "UART",
|
|
"idf.portWin": "COM4"
|
|
}
|