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

7 lines
136 B
JSON
Raw Normal View History

2025-04-22 02:29:37 +00:00
{
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
2025-04-22 07:14:36 +00:00
"idf.portWin": "COM22",
2025-04-22 02:29:37 +00:00
"idf.flashType": "UART"
}