mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-25 17:21:55 +01:00
28 lines
683 B
JSON
28 lines
683 B
JSON
{
|
|
"idf.flashType": "UART",
|
|
"idf.portWin": "COM72",
|
|
"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": false,
|
|
"cSpell.words": [
|
|
"ssid"
|
|
],
|
|
"idf.port": "/dev/cu.usbmodem1434301",
|
|
"C_Cpp.intelliSenseEngine": "Tag Parser"
|
|
}
|