domotic/.vscode/settings.json
2024-10-25 21:38:47 +02:00

12 lines
264 B
JSON

{
"idf.adapterTargetName": "esp32s3",
"idf.flashType": "UART",
"idf.portWin": "COM11",
"files.associations": {
"wifi.h": "c",
"esp_log.h": "c",
"esp_wifi.h": "c",
"esp_lvgl_port.h": "c",
"mqtt.h": "c"
}
}