462 Commits

Author SHA1 Message Date
mrv777
2046719d2c fix: Set CORS headers should return ESP_OK 2024-11-08 20:52:55 +01:00
mrv777
b7eee35ce4 fix: Better restart feedback & attempt to fix CORS 2024-11-08 20:52:55 +01:00
WantClue
08367a6135
Merge pull request #424 from eandersson/web_api_error
Fix api not handling errors properly
2024-11-08 15:55:16 +01:00
mrv777
90f6c68f34 fix: Refactor to combine dup code, add http if not 2024-11-05 16:55:44 -06:00
Erik Olof Gunnar Andersson
77dc0187ce Clean up error handling further 2024-11-05 19:16:37 +01:00
Erik Olof Gunnar Andersson
2fdbbd3641 Additional error handling improvements 2024-11-05 19:16:36 +01:00
Erik Olof Gunnar Andersson
953c9e1f02 Fix api not handling errors properly 2024-11-05 19:15:50 +01:00
mrv777
77ed8199a3 fix: Better mobile styles for swarm 2024-11-05 09:16:51 -06:00
mrv777
ce2111c6b7 fix: Change log font and add colors 2024-11-04 09:34:29 -06:00
mrv777
8c12be69fa fix: Move back primary to human readable ckpool 2024-11-04 09:00:41 -06:00
WhiteyCookie
201dbc4b9c
Rejected Shares Percentage Information added
resolved conflicts for new UI
2024-11-04 11:53:14 +01:00
Erik Olof Gunnar Andersson
da2d2557e8
Move back to solostats (#423) 2024-11-03 21:30:45 -05:00
Skot
d91ed0c661
small change to only-gzip.js to remove warning (#449) 2024-11-03 20:49:55 -05:00
mrv777
b5d0ea56d2
fix: Temp suffix & 5v marker (#448) 2024-11-03 20:36:20 -05:00
WantClue
cb92dcc05d Add info for check on update 2024-11-02 19:37:10 +01:00
Benjamin Wilson
80ead68995 fix self test removal 2024-11-01 22:27:13 -04:00
Jason Cochard
8c06f1deab
replaced default address with a prompt (#438) 2024-11-01 19:57:43 -04:00
Benjamin Wilson
38aa71e1b6
Overhaul Axeos theme (#429) 2024-11-01 18:10:56 -04:00
Benjamin Wilson
e0090fd45e
Redo swarm (#430)
* Redo swarm
Redo swarm to use network scanning and local storage rather than storing the set of IP's on device.

* auto refresh

---------

Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2024-11-01 17:31:54 -04:00
Benjamin Wilson
8630fa3f8d
Chart enhance (#433)
Enhance the home chart with temperature display and line fills
2024-10-30 11:01:08 -04:00
mutatrum
718385cfeb Add OLED Bitaxe logo screen 2024-10-23 16:17:46 +02:00
Skot
44cfae73a6
slight display formatting cleanup. (#414) 2024-10-16 16:01:56 -04:00
Skot
d3e442d212 fix selftest for bitaxe with INA260 2024-10-11 18:10:54 -04:00
Skot
05270849c6
fix self test functions, update example nvs configs with fallback stratum defaults (#405) 2024-10-10 18:15:14 -04:00
Skot
a0da6aa754 change I2C timeout to never 2024-10-10 15:56:45 -04:00
Erik Olof Gunnar Andersson
70d551e0ae
Fix firmware error handling (#399) 2024-10-10 13:59:55 -04:00
mrv777
1a4015f70c
Add overheat button and change loading service (#364)
* fix: change overheat check to button
* fix: Handle errors on loading
* fix: Simplify loading service
* fix: error should use subscriber.error(
2024-10-10 13:24:02 -04:00
Erik Olof Gunnar Andersson
bf822ab009
Don't allow flashing in AP mode and fix firmware upload error handling (#390)
* Don't allow flashing in AP mode
* Fix error handling of firmware uploads
* Missed one ESP_FAIL
2024-10-09 18:42:34 -04:00
Erik Olof Gunnar Andersson
8ce6811a0d
Update npm dependencies (#398) 2024-10-09 15:13:02 -04:00
WantClue
fefd29d982
Merge pull request #396 from WantClue/simplify_i2c_screen
simplify screen and remove old code
2024-10-09 21:06:23 +02:00
WantClue
4010a0bece add second line for longer pool url, switch to fallback if used 2024-10-09 20:58:14 +02:00
WantClue
bbef32f1c1 update rebase, ip_info to local 2024-10-09 19:50:09 +02:00
mrv777
339fbcbd0d
fix: AxeOS: Display just the active pool details (#394)
* fix: Add isUsingFallbackStratum & test hash random
* fix: Add fallback server link
* fix: Just show active pool & cleanup
* fix: Set back to static hashrate for repo
2024-10-09 13:39:34 -04:00
Erik Olof Gunnar Andersson
842afe1caf
Expose fallback state to api (#391) 2024-10-09 13:38:37 -04:00
WantClue
d729a3a209
Merge branch 'master' into simplify_i2c_screen 2024-10-09 19:32:32 +02:00
_jiga
7589e6ed53
fix #374 Issue 1 : Fallback Stratum Password reveal, Fix Restart Button active area #388 (#379)
* fix #374 Issue 1 : Fallback Stratum Password
* fix #388 : Refactor restart button into a list item and update styles for proper spacing.
2024-10-09 13:16:56 -04:00
Erik Olof Gunnar Andersson
7c4f8441f1
Merge pull request #375 from eandersson/user
Fix fallback user
2024-10-09 19:15:09 +02:00
Skot
2c41cc9255
Fix a couple missed issues from the fix_warnings PR (#393)
* move ADC_init() before start_http_server() because the UI reads the ADC
* split SYSTEM_init() into separate functions. cleaned up nvs init.
* fix my dumb INA260_init() memory leak
* SYSTEM_init_peripherals() cleanup
2024-10-09 12:52:55 -04:00
WantClue
8597391a41 simplify screen and remove old code 2024-10-09 17:33:37 +02:00
Erik Olof Gunnar Andersson
2c13f23b54
Separate Network settings UI into it's own tab (#389)
* Separate Network and regular Settings in UI

* Add missing files

* More cleanup and fixes

* Network -> Network Configuration
2024-10-08 17:26:00 -04:00
mrv777
3636d2b399
fix: Power section UI on mobile improvement (#383) 2024-10-08 17:17:20 -04:00
Skot
7dbc70bcb8
changed BM1370 default clock/voltage in AxeOS (#387) 2024-10-08 12:04:14 -04:00
Skot
e1bf30b26e
Fix compiler warnings (#381)
Fix all compiler warnings and migrate off depreciated ADC and I2C libraries.
---------
Co-authored-by: Erik Olof Gunnar Andersson <eandersson@users.noreply.github.com>
2024-10-08 11:27:32 -04:00
Erik Olof Gunnar Andersson
989f30935a Fix fallback user 2024-10-06 13:09:15 +02:00
Erik Olof Gunnar Andersson
3d15c25a07
Merge pull request #336 from eandersson/fallback
Add stratum fallback support
2024-10-05 22:29:59 +02:00
Erik Olof Gunnar Andersson
ecb146a290
Merge pull request #327 from eandersson/log_lines
Increase the max number of log lines stored in browser
2024-10-05 22:29:09 +02:00
Erik Olof Gunnar Andersson
1493579deb
Merge pull request #368 from mrv777/misc-ui-1
fix: Misc UI Tweaks
2024-10-05 21:45:59 +02:00
Erik Olof Gunnar Andersson
8679b99ca2 Fix missing free 2024-10-03 17:31:35 +02:00
Erik Olof Gunnar Andersson
2536347c56 Improve failure handling and add fallback 2024-10-03 17:24:13 +02:00
mrv777
27687869ea fix: Faster update doesn't seem worth it
Revert chart delay too as it just feels too slow now.  Keep data points max lower though as 1000 is too crowded, trying 720 instead which is 1 hour of data
2024-09-29 10:18:45 -05:00