Job_SignsPads/ESP32/software/.vscode/settings.json

12 lines
249 B
JSON
Raw Normal View History

2025-04-22 02:29:37 +00:00
{
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.portWin": "COM12",
2025-05-09 01:17:41 +00:00
"idf.flashType": "UART",
"files.associations": {
"main.h": "c",
"bsp_algcom.h": "c",
"bsp_mqtt.h": "c"
}
2025-04-22 02:29:37 +00:00
}