1
0
mirror of https://github.com/skot/ESP-Miner.git synced 2025-03-19 14:22:04 +01:00

16 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson
2536347c56 Improve failure handling and add fallback 2024-10-03 17:24:13 +02:00
WantClue
95fb4775ef overheat mode init 2024-08-01 22:58:19 +02:00
MoellerDi
0072a0f5c8
add option to configure hostname () 2024-05-23 22:54:39 -04:00
Benjamin Wilson
2f1a6c5d7d
Self_test ()
* self test
2024-03-17 15:37:41 -04:00
Ben
dd3a1dec87 swarm init 2023-11-25 00:19:15 -05:00
Ben
308991f80c Fix invertfanpolarity NVS key too long 2023-11-20 20:38:15 -05:00
Ben
fc0e49e5d5 automatic fan speed control 2023-11-14 21:59:09 -05:00
Ben
5316149b26 Merge branch 'master' of https://github.com/skot/ESP-Miner 2023-10-31 19:40:54 -04:00
Ben
c911b8e0ec PWM fan control 2023-10-31 19:40:22 -04:00
tommy
a4da6e22e7 Save "Best Difficulty" scores into NVS 2023-10-19 19:20:08 -04:00
Ben
0fdb6e7a0d Add option in axeos to flip screen 2023-10-01 21:40:36 -04:00
johnny9
706ee510ba main: Determine ASIC model from NVS
This adds more hardware information to the example config.cvs.
If the model can't be determined at startup, the device will abort.
2023-09-23 14:27:11 -04:00
Ben
79430f6d3a reformat entire c project 2023-08-26 12:28:17 -04:00
Benjamin Wilson
199c151c0f
Http-server ()
* 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>
2023-08-26 12:21:41 -04:00
Benjamin Wilson
9bc0671563
Ultra ()
Pull BM1366 work into main
2023-08-20 13:09:55 -04:00
johnny9
6949b73bb9 nvs_config: introduce configuration through NVS
Stratum and Wifi configuration can now be read from NVS on the
flash. An example config.cvs file is included and can be used
to generate the partition and then be flashed to the esp32 using
the esp-idf parttool.py.
2023-07-01 14:23:35 -04:00