esp32-s3_fota_test_wifi/.vscode/settings.json

25 lines
899 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "C:\\Users\\Vecmocon\\esp\\v5.5.1\\esp-idf",
"idf.pythonInstallPath": "C:\\Users\\Vecmocon\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.portWin": "COM49",
"idf.toolsPathWin": "C:\\Users\\Vecmocon\\.espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"clangd.path": "C:\\Users\\Vecmocon\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=C:\\Users\\Vecmocon\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
"--compile-commands-dir=${workspaceFolder}\\build"
],
"idf.flashType": "UART",
"files.associations": {
"esp_mac.h": "c",
"fota_manager.h": "c"
}
}