vision/.vscode/settings.json

18 lines
506 B
JSON
Raw Permalink Normal View History

{
"idf.currentSetup": "d:/Espressif/frameworks/esp-idf-v5.5.2/",
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"clangd.path": "d:\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=c:\\Users\\jake\\Documents\\linefollower_eye\\build"
],
"idf.flashType": "UART",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.portWin": "COM15"
}