domotic/.vscode/settings.json

18 lines
417 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",
"stdio.h": "c",
"locale.h": "c",
"obtain_time.h": "c",
"i2c.h": "c",
"lv_global.h": "c",
"cstdint": "c"
}
}