61 lines
1.3 KiB
JSON
Raw Normal View History

2024-07-16 21:05:20 +02: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 15:31:17 +02:00
],
"files.associations": {
"dev_name.h": "c",
"stdio.h": "c",
"storage.h": "c",
"cstdlib": "c",
2024-07-27 16:15:35 +02: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 13:09:01 +02:00
"config_adjust_ssl.h": "c",
2024-08-17 17:19:47 +02: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 20:33:26 +02:00
"string.h": "c",
2024-08-18 21:01:34 +02:00
"cjson.h": "c",
2024-08-23 21:00:18 +02: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",
2024-09-21 20:16:44 +02:00
"regex": "c",
2024-09-21 20:43:02 +02:00
"stdlib.h": "c",
"secure_api.h": "c",
2024-09-28 16:35:05 +02:00
"jwt.h": "c",
"sync_response.h": "c",
"gpio.h": "c",
"esp_system.h": "c",
2024-10-05 12:03:35 +02:00
"relays.h": "c",
2024-10-05 20:28:55 +02:00
"esp_app_desc.h": "c",
"ota.h": "c"
2024-07-27 15:31:17 +02:00
}
2024-07-16 21:05:20 +02:00
}