mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.adapterTargetName": "esp32s2",
|
|
"idf.openOcdConfigs": [
|
|
"interface/ftdi/esp32_devkitj_v1.cfg",
|
|
"target/esp32s2.cfg"
|
|
],
|
|
"idf.portWin": "COM5",
|
|
"idf.flashType": "UART"
|
|
}
|