SolarEnergy/esp32_device/.vscode/settings.json

52 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-07-16 19:05:20 +00:00
{
"C_Cpp.intelliSenseEngine": "default",
"idf.port": "/dev/ttyUSB0",
"idf.adapterTargetName": "esp32",
"idf.flashType": "UART",
"idf.openOcdConfigs": [
"interface/ftdi/esp32_devkitj_v1.cfg",
"target/esp32.cfg"
2024-07-27 13:31:17 +00:00
],
"files.associations": {
"dev_name.h": "c",
"stdio.h": "c",
"storage.h": "c",
"cstdlib": "c",
2024-07-27 14:15:35 +00:00
"cstring": "c",
"crypto.h": "c",
"entropy.h": "c",
"ctr_drbg.h": "c",
"sha256.h": "c",
"ecdsa.h": "c",
"platform.h": "c",
"build_info.h": "c",
2024-08-15 11:09:01 +00:00
"config_adjust_ssl.h": "c",
2024-08-17 15:19:47 +00:00
"pk.h": "c",
"esp_http_client.h": "c",
"constants.h": "c",
"ethernet.h": "c",
"esp_err.h": "c",
"esp_eth.h": "c",
"task.h": "c",
"freertos.h": "c",
"unsecure_api.h": "c",
"esp_log.h": "c",
"http_client.h": "c",
2024-08-18 18:33:26 +00:00
"string.h": "c",
2024-08-18 19:01:34 +00:00
"cjson.h": "c",
2024-08-23 19:00:18 +00:00
"stddef.h": "c",
"array": "c",
"chrono": "c",
"deque": "c",
"list": "c",
"string": "c",
"unordered_map": "c",
"vector": "c",
"iterator": "c",
"string_view": "c",
"format": "c",
"span": "c",
"regex": "c"
2024-07-27 13:31:17 +00:00
}
2024-07-16 19:05:20 +00:00
}