Ben
794af8d7b7
stratum password
2024-01-13 11:06:01 -05:00
Ben
ef344f236d
added logic for barrel jack and voltage regulator switch, board version
2024-01-13 00:05:45 -05:00
Ben
205fbe9700
fixed wifi password, added links to latest firmware
2024-01-08 18:26:01 -05:00
Ben
a78045d550
add placeholder for wifi pass
2024-01-07 12:34:17 -05:00
Ben
84c06110f6
remove password from GET
...
https://github.com/skot/ESP-Miner/issues/68
2024-01-06 23:21:41 -05:00
Ben
ae953b509d
lower voltage danger message threshold
2024-01-06 22:56:56 -05:00
Ben
d0f6f6ec87
remove wifi pass
2023-12-10 00:43:09 -05:00
Ben
fe97e568db
only subscribe to websocket when needed
2023-11-26 00:06:34 -05:00
Ben
1879a84e1c
IP validation
2023-11-25 23:17:27 -05:00
Ben
c685383114
Merge branch 'master' of https://github.com/skot/ESP-Miner
2023-11-25 23:08:37 -05:00
Ben
185ecf497f
edge case of joining two swarms
2023-11-25 23:06:51 -05:00
johnny9
f018fc395a
http_server: handle missing key/values in system settings updates
2023-11-25 22:30:10 -05:00
Ben
6cd5e2c950
sync swarm
2023-11-25 20:10:15 -05:00
Ben
91a224245b
fix CORS
2023-11-25 18:53:00 -05:00
Ben
1fae8781d4
swarm refreshing
2023-11-25 15:58:16 -05:00
Ben
c1d92c7f13
swarm table and css
2023-11-25 11:43:59 -05:00
Ben
dd3a1dec87
swarm init
2023-11-25 00:19:15 -05:00
Ben
24e6e507a9
added quick link to public-pool if used
2023-11-15 00:04:02 -05:00
Ben
a5bcec5cd4
added more validation for AxeOS settings
2023-11-14 23:51:09 -05:00
Ben
2985db4dd0
added some danger messages for out of bound values on the home screen
2023-11-14 22:06:13 -05:00
Ben
fc0e49e5d5
automatic fan speed control
2023-11-14 21:59:09 -05:00
Ben
5975056378
AxeOS text color
2023-10-31 20:23:36 -04:00
Ben
02b98b2112
add fan warning and convert bool to int
2023-10-31 20:00:58 -04:00
Ben
c911b8e0ec
PWM fan control
2023-10-31 19:40:22 -04:00
Ben
43c0a2abd9
fix css
2023-10-01 22:06:17 -04:00
Ben
0fdb6e7a0d
Add option in axeos to flip screen
2023-10-01 21:40:36 -04:00
Ben
10caab213c
pre selected frequency and voltage
2023-10-01 10:22:07 -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
johnny9
03cbd92670
http_server: Add runningParition to system info
...
This information will be used to validate a succesful OTA update
either manually or with automated testing.
2023-09-18 22:16:41 -04:00
johnny9
833d58c8eb
axe-os: don't collect analytics
2023-09-18 21:58:26 -04:00
johnny9
1e08543d8a
http_server: add version to web page
2023-09-18 21:58:00 -04:00
Ben
bb8690ed1a
Captive portal when connecting via AP mode
2023-09-17 21:00:46 -04:00
Ben
66c4b2bb57
allocate websocket logs to heap
2023-09-17 14:26:29 -04:00
Ben
a4c473188b
Add IP address to display and allow editing of voltage, frequency from AxeOS
2023-09-17 00:01:54 -04:00
Ben
712c670fc7
web ui uptime fix
2023-09-07 20:38:00 -04:00
Ben
1cbc08c369
date-ago pipe for web ui
2023-09-06 22:43:06 -04:00
Ben
ef71810bba
EMC2101 should read internal temp if BM1366
2023-09-06 17:22:08 -04:00
Ben
6336383beb
website format
2023-08-28 19:34:59 -04:00
Ben
dd0e32e0e9
website loading indicator
2023-08-27 15:43:39 -04:00
Ben
47e6f7e41b
website caching
2023-08-27 14:55:26 -04:00
Ben
6b6b1ac6e1
serve gzipped website files
2023-08-27 14:49:26 -04:00
Ben
3c552f1c7c
Fix memory leak
2023-08-27 12:32:20 -04:00
Ben
bac6da555a
realtime logs
2023-08-27 11:53:47 -04:00
Ben
79430f6d3a
reformat entire c project
2023-08-26 12:28:17 -04:00
Benjamin Wilson
199c151c0f
Http-server ( #17 )
...
* 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