ESP-Miner/.vscode/settings.json
Skot 3df855d9b4 Add BM1368 support
co-authored-by: John-Paul Compagnone <jpcompagnone@epicblockchain.io>
co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
co-authored-by: Ben <wilsob12@gmail.com>
2024-02-10 13:37:39 -05:00

28 lines
683 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": false,
"cSpell.words": [
"ssid"
],
"idf.port": "/dev/cu.usbmodem1434301",
"C_Cpp.intelliSenseEngine": "Tag Parser"
}