SolarEnergy/esp32_device/.vscode/settings.json
2024-08-15 13:09:01 +02:00

27 lines
573 B
JSON

{
"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"
],
"files.associations": {
"dev_name.h": "c",
"stdio.h": "c",
"storage.h": "c",
"cstdlib": "c",
"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",
"config_adjust_ssl.h": "c",
"pk.h": "c"
}
}