domotic/.vscode/settings.json
2024-07-21 14:23:31 +02:00

8 lines
170 B
JSON

{
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.flashType": "UART",
"idf.portWin": "COM12"
}