Files
pi-dashboard/.vscode/settings.json

12 lines
267 B
JSON
Raw Normal View History

2026-02-15 02:48:59 +09:00
{
2026-02-15 04:15:30 +09:00
"idf.currentSetup": "J:\\esp\\.espressif\\v5.5.2\\esp-idf",
"idf.flashType": "UART",
"idf.portWin": "COM7",
"idf.openOcdConfigs": [
"interface/ftdi/esp_ftdi.cfg",
"target/esp32s3.cfg"
],
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
}
2026-02-15 02:48:59 +09:00
}