smart-oil-heating-control-s.../.vscode/settings.json
2024-12-19 20:33:51 +01:00

31 lines
737 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"
},
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
]
}