16 lines
556 B
JSON
16 lines
556 B
JSON
{
|
|
"idf.portWin": "COM25",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32h2-ftdi.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"OPENOCD_SCRIPTS": "C:\\Users\\Dell\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
|
|
"IDF_CCACHE_ENABLE": "1",
|
|
"ESP_ROM_ELF_DIR": "C:\\Users\\Dell\\.espressif\\tools\\esp-rom-elfs\\20240305/",
|
|
"IDF_TARGET": "esp32h2"
|
|
},
|
|
"files.associations": {
|
|
"esp_zigbee_zcl_occupancy_sensing.h": "c",
|
|
"esp_zigbee_ha_standard.h": "c"
|
|
}
|
|
} |