mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-28 18:52:34 +01:00
* rename miner to main * serving out of storage * axe os * http server work * basic stats showing * update sdkconfig * SDKCONFIG * sdk config * edit page init * edit pool config * pool config edit working * OTA Success * remove compiled output * toggle AP mode with boot button * favicon * ota website update * add sdkconfig.ci back * update readme * change website build to warning * Update github workflow to build web dist * Allow AP mode before STA connection complete * spacing for johnny :) * formatting * Improve connecting to wifi with AP mode * added working indicator for UI * formatting * formatting * remove redundant sdkconfig in CMakeLists * vs code format on save workspace settings --------- Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
17 lines
430 B
JSON
17 lines
430 B
JSON
{
|
|
"idf.flashType": "UART",
|
|
"idf.portWin": "COM6",
|
|
"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"
|
|
},
|
|
"editor.formatOnSave": true
|
|
} |