smart-oil-heating-control-s.../.vscode/settings.json
2024-12-22 16:34:26 +01:00

37 lines
888 B
JSON

{
"idf.flashType": "UART",
"idf.port": "/dev/ttyUSB0",
"idf.adapterTargetName": "esp32",
"files.associations": {
"http_metrics.h": "c",
"outputs.h": "c",
"task.h": "c",
"metrics.h": "c",
"freertos.h": "c",
"compare": "c",
"inputs.h": "c",
"cstdlib": "c",
"typeinfo": "c",
"limits": "c",
"bit": "c",
"type_traits": "c",
"cmath": "c",
"*.tcc": "c",
"*.inc": "c",
"safety.h": "c",
"event_groups.h": "c",
"string.h": "c",
"time.h": "c",
"timers.h": "c",
"nvs_flash.h": "c",
"numbers": "c",
"array": "c",
"string_view": "c",
"format": "c",
"initializer_list": "c",
"span": "c"
},
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
]
}