Stimulate/.vscode/settings.json

16 lines
428 B
JSON

{
"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",
"idf.toolsPathWin": "C:\\Espressif"
}