ESP-Miner/.vscode/settings.json
2023-11-14 21:59:09 -05:00

25 lines
592 B
JSON

{
"idf.flashType": "UART",
"idf.portWin": "COM30",
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"interface/ftdi/esp32_devkitj_v1.cfg",
"target/esp32s3.cfg"
],
"files.associations": {
"freertos.h": "c",
"esp_netif.h": "c",
"esp_http_server.h": "c",
"esp_chip_info.h": "c",
"xtensa_context.h": "c",
"sys.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"*.tcc": "c"
},
"editor.formatOnSave": true,
"cSpell.words": [
"ssid"
]
}