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
mrv777
66cc9bb750
fix: Format shares number
2024-09-29 09:19:46 -05:00
mrv777
271ee2210b
chore: Cleanup
2024-09-29 09:12:15 -05:00
mrv777
1ac30416b8
fix: Make average hash a horizontal line
2024-09-29 09:02:50 -05:00
mrv777
2adb33a4f5
fix: Update chart less often while updating info more often
...
Chart gets crowded, so update a little less often, while we can update other info more often.
Can go back to trying dots again on average
2024-09-29 08:20:43 -05:00
mrv777
952a28eb6d
fix: Hide points as with so little change they get close together
2024-09-29 08:11:13 -05:00
mrv777
6edbf47dc3
fix: Dashed line doesn't work well with all the points
2024-09-29 07:52:47 -05:00
mrv777
2c3c6bfe38
feat: Add average hashrate to chart
2024-09-29 07:46:07 -05:00
mrv777
3b5c05f455
fix: No need for menu to be so wide
2024-09-28 22:11:35 -05:00
mrv777
c00f6f77eb
fix: Add expected eff for consistent cards
2024-09-28 22:08:13 -05:00
mrv777
d45127b29b
fix: Be consistent with hash pipe and capital H
2024-09-28 22:04:26 -05:00
mrv777
7097ca180b
fix: add °, use hash pipe, less decimals >= 100
2024-09-28 22:01:37 -05:00
mrv777
8ff99cabd0
fix: Show mac address on log page
2024-09-28 08:30:46 -05:00
onlyblackstars
484039c3d9
detect ckpool when using solo, solo4 and solo6.ckpool.org stratum urls( #280 )
2024-09-28 00:30:22 -04:00
Brett Rowan
c2f34aa823
Add MAC address to API. ( #295 )
2024-09-28 00:12:08 -04:00
Thomas Shufps
ba244090d2
fix memory leaks on some loads from nvs ( #305 )
2024-09-27 23:55:28 -04:00
Erik Olof Gunnar Andersson
549e8272e7
Fix wifi status not updating after disconnected ( #321 )
2024-09-27 23:49:59 -04:00
Erik Olof Gunnar Andersson
04e8a518ea
Protect against negative frequency values ( #326 )
2024-09-27 23:43:41 -04:00
Skot
4b67f1e7ec
Overheat mode improvements ( #344 )
...
* add IP to Device overheat OLED screen
* updated overheat mode OLED words
2024-09-27 23:37:53 -04:00
mrv777
a7cf473643
fix: for hash under 10, use 2 decimal places
...
#315
2024-09-27 20:01:49 -05:00
mrv777
5e551ce125
chore: cleanup
2024-09-27 19:15:38 -05:00
mrv777
7d9afd2446
fix: Use what we already have
2024-09-27 19:13:00 -05:00
mrv777
404f7a6bc7
fix: avoid calling functions in template
2024-09-27 19:09:54 -05:00
mrv777
226e61ea95
fix: Misc styles for medium screens
2024-09-27 18:58:39 -05:00
mrv777
2b3b338d16
fix: straight plot lines
...
Fix for issue #328
2024-09-27 18:58:29 -05:00