ESP32-Template/.vscode/settings.json

50 lines
1.1 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32s2",
"idf.openOcdConfigs": [
"board/esp32s2-bridge.cfg"
],
"idf.port": "/dev/ttyACM0",
"files.associations": {
"ota.h": "c",
"freertos.h": "c",
"esp_ota_ops.h": "c",
"esp_log.h": "c",
"nvs_flash.h": "c",
"storage.h": "c",
"esp_http_client.h": "c",
"esp_efuse.h": "c",
"esp_mac.h": "c",
"esp_crt_bundle.h": "c",
"esp_https_ota.h": "c",
"esp_tls_crypto.h": "c",
"esp_netif.h": "c",
"esp_http_server.h": "c",
"esp_wifi.h": "c",
"webserver.h": "c",
"wifi_sta.h": "c",
"console.h": "c",
"jannex.h": "c",
"sockets.h": "c",
"esp_netif_sntp.h": "c",
"esp_sntp.h": "c",
"system_error": "c",
"sys.h": "c",
"esp_system.h": "c",
"event_groups.h": "c",
"customapihandler.h": "c",
"task.h": "c",
"otaapi.h": "c",
"otaupdate.h": "c",
"httpsrequest.h": "c",
"string.h": "c",
"initstorage.h": "c",
"json_parser.h": "c",
"start.h": "c",
"base64.h": "c",
"panic_reason.h": "c",
"esp_debug_helpers.h": "c"
},
"idf.flashType": "UART"
}