ESP-Miner/.vscode/settings.json

67 lines
1.7 KiB
JSON
Raw Permalink Normal View History

{
"idf.flashType": "UART",
2024-11-01 18:10:56 -04:00
"idf.portWin": "COM72",
"idf.adapterTargetName": "esp32s3",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"files.associations": {
"freertos.h": "c",
"esp_netif.h": "c",
"esp_http_server.h": "c",
"esp_chip_info.h": "c",
2023-08-27 11:53:47 -04:00
"xtensa_context.h": "c",
"sys.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
2024-12-11 23:03:58 +01:00
"*.tcc": "c",
"esp_lvgl_port.h": "c",
"cstdint": "c",
"regex": "c",
"i2c_bitaxe.h": "c",
"i2c_master.h": "c",
"nvs_config.h": "c",
"display.h": "c",
"esp_lcd_panel_vendor.h": "c",
"esp_lcd_panel_st7789.h": "c",
"esp_lcd_panel_ssd1306.h": "c",
"esp_lcd_panel_io.h": "c",
"esp_lcd_panel_ops.h": "c",
"esp_lcd_io_i2c.h": "c",
"esp_lcd_types.h": "c",
"i2c.h": "c",
"cstdlib": "c",
"i2c_types.h": "c",
"esp_lcd_panel_dev.h": "c",
"bitset": "c",
"memory": "c",
"random": "c",
"future": "c",
"optional": "c",
"esp_lcd_panel_interface.h": "c",
"span": "c",
"oled.h": "c",
"charconv": "c",
"chrono": "c",
"format": "c",
"ratio": "c",
"system_error": "c",
"functional": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"compare": "c",
"cmath": "c",
"utils.h": "c",
"task.h": "c",
"stdlib.h": "c"
},
"editor.formatOnSave": false,
2023-08-27 12:32:20 -04:00
"cSpell.words": [
"ssid"
],
2024-12-11 23:03:58 +01:00
"idf.port": "/dev/ttyACM0",
"C_Cpp.intelliSenseEngine": "Tag Parser"
}