Stimulate/.vscode/settings.json

17 lines
513 B
JSON
Raw Permalink Normal View History

2025-09-25 18:50:48 +08:00
{
"idf.openOcdConfigs": [
"board/esp32s3-bridge.cfg"
],
"files.associations": {
"audio_player.h": "c",
"app_ui.h": "c",
"esp32_s3_szp.h": "c",
"esp_err.h": "c",
"esp_lcd_touch_ft5x06.h": "c"
},
"idf.flashType": "UART",
"idf.portWin": "COM16",
"idf.espIdfPathWin": "C:\\Espressif\\frameworks\\esp-idf-v5.5",
2025-09-28 10:38:42 +08:00
"idf.toolsPathWin": "C:\\Espressif",
"idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe"
2025-09-25 18:50:48 +08:00
}