mutatrum
052b8bfda6
Toggle auto_fan_speed without reboot ( #580 )
...
If you can change the fan speed immediately, so should the enabling or disabling of auto fan speed.
v2.4.2
2024-12-14 00:51:07 +01:00
mrv777
82029eb5ac
fix: Show custom values in dropdown if set ( #578 )
...
* fix: Show custom values in dropdown if set
* fix: Memory leak & checkDevTools binding
2024-12-12 22:47:56 +01:00
mutatrum
32b74c6911
Change Mining Url to Stratum Host on screen ( #577 )
...
Similar to #561 to fix #557 .
2024-12-12 20:49:37 +01:00
mutatrum
ba6be3c3bb
Fix lvgl without display ( #574 )
v2.4.2b2
2024-12-12 01:22:05 +01:00
Erik Olof Gunnar Andersson
695d84ac2a
Tune HTTP and System Stability ( #571 )
v2.4.2b1
2024-12-11 23:23:07 +01:00
robwoodgate
fbb9238889
Adds solohash getQuickLink() ( #569 )
2024-12-11 23:12:35 +01:00
mutatrum
848c7807ec
LVGL All The Things! ( #539 )
2024-12-11 23:03:58 +01:00
Erik Olof Gunnar Andersson
13791f1ed9
Use latest stable esp idf release ( #555 )
2024-12-09 16:51:38 +01:00
mrv777
94cc0f07f1
fix: Swarm hashRate check, shorter uptime, & pause refresh on scan ( #560 )
...
* fix: Only add devices that have a hashRate property
* fix: Allow shorter dates & use for swarm uptime
* fix: Pause & don't refresh swarm while scanning
2024-12-09 16:40:56 +01:00
Erik Olof Gunnar Andersson
c4dc297c40
Remove recovery actions ( #554 )
2024-12-09 16:36:50 +01:00
Erik Olof Gunnar Andersson
57bdf7329c
Fix moderate severity npm package vulnerabilities ( #556 )
2024-12-09 16:36:10 +01:00
mutatrum
6283480fa1
Parse stratum api reject reason ( #472 )
...
* Parse stratum api reject reason
* Remove superfluous nullcheck
2024-12-09 16:35:13 +01:00
WantClue
6364805523
Change Stratum Fallback URL as well ( #562 )
2024-12-07 12:16:55 +01:00
WantClue
23cb68e822
change naming of stratum url to host ( #561 )
...
* Change naming of stratum URL to Host
2024-12-07 12:01:07 +01:00
WantClue
0495f5b1a3
Reenable self test, add 201/3, update CI ( #553 )
...
* add 201/3
* reenable self test
* update CI to 201,203
* update recovery CI 201,203
2024-12-04 23:34:31 +01:00
tdb3
f38ce7045a
doc: add initial unit test guide ( #549 )
2024-12-04 18:54:14 +01:00
mutatrum
468718abda
Add uptime to home screen ( #425 )
2024-12-02 23:45:50 +01:00
WantClue
fe4ac7e305
Merge pull request #542 from skot/fix_order
...
Re-order and fix ckpool regex
v2.4.1
2024-12-02 14:09:35 +01:00
Erik Olof Gunnar Andersson
d6c9e7729a
Re-order and fix regex
2024-12-02 13:46:46 +01:00
WantClue
e621cbacd8
Merge pull request #540 from skot/node_security_fix
...
Fix minor node security warnings
2024-12-01 21:42:17 +01:00
WantClue
2f0a0c152f
Merge pull request #541 from skot/eusolostats
...
Add support for eusolo stats for ckpool
2024-12-01 21:41:26 +01:00
Erik Olof Gunnar Andersson
54434f7de1
Add support for eusolo stats for ckpool
2024-12-01 20:28:20 +01:00
Erik Olof Gunnar Andersson
47189a50f9
Fix minor node security warnings
2024-12-01 18:13:59 +01:00
WantClue
b03045d37d
Update bm1366.h
...
disable debugging
v2.4.1b3
2024-11-30 18:59:33 +01:00
Skot
e05839b007
Fix hashing on BM1366 ( #532 )
...
* remove erroneous ASIC baudrate change
* add calculated frequency ramp up function. uncomment set_max_baudrate
v2.4.1b2
2024-11-30 10:02:29 -05:00
Skot
22cb8bf4e2
Make selftest failing non-fatal ( #524 )
...
* switched selftest fail to be non fatal
* switched to BOOT longpress to reboot after selftest
* lots and lots of error handling cleanup. <slippery slope>
* move around the DS4432U_Init() function call
2024-11-30 10:02:09 -05:00
WantClue
e9b30ba779
Merge pull request #529 from skot/add_205_to_ci
...
Add 205 to ci
2024-11-28 21:54:21 +01:00
Erik Olof Gunnar Andersson
363c589ee6
Fix typo caught in PR reviewg
2024-11-28 21:53:28 +01:00
WantClue
00a9e62095
Merge pull request #413 from eandersson/recovery_image
...
Add Recovery Image to CI
2024-11-28 21:46:56 +01:00
Erik Olof Gunnar Andersson
e8c52480ba
Add board 205
2024-11-28 21:43:23 +01:00
Erik Olof Gunnar Andersson
af7cd1efe3
Add recovery image ci
2024-11-28 21:42:56 +01:00
Erik Olof Gunnar Andersson
90b3d77214
Add support for 205 to the CI
2024-11-28 20:55:31 +01:00
WantClue
d69c9dba55
Merge pull request #450 from WhiteyCookie/web_ui_rejected_shares_percentage
...
Rejected Shares Percentage Information added
2024-11-28 20:48:23 +01:00
mutatrum
a26cacf0dd
Fix setting overheat mode flag on device Max ( #522 )
2024-11-27 20:13:29 -05:00
tdb3
e39b6db368
fix: correct json_rpc_buffer initialization order ( #473 )
...
Performs memset after checking if the malloc was successful.
Safer, avoids segfault on (unlikely) unsuccessful malloc,
and allows the error printing to occur.
2024-11-27 20:12:27 -05:00
mutatrum
e2041ab78b
Set proper size in hex2bin call ( #471 )
...
Fixes #302
2024-11-27 20:09:37 -05:00
mrv777
cccb43553d
clean up css and network component ( #504 )
...
* chore: clean up network component
* chore: Clean up extra css too
2024-11-27 20:04:37 -05:00
mrv777
a5f6af15a2
fix: update feedback & reset file input ( #521 )
...
* fix: web update feedback
* fix: forward events to the subscriber
* fix: Reset some logic
* fix: clear file input on upload
2024-11-27 19:51:24 -05:00
WhiteyCookie
e889320b59
Merge branch 'master' into web_ui_rejected_shares_percentage
2024-11-23 13:40:08 +01:00
WhiteyCookie
ac8abc22aa
Update home.component.html
...
Less precision (2 decimals) and cleaned format "x rejected (0.00%)"
2024-11-23 13:35:53 +01:00
tdb3
29a543da76
doc: update readme to mention recovery page ( #474 )
2024-11-22 12:20:16 -05:00
tdb3
142649e78f
api: add stratum difficulty ( #489 )
...
Fixes Issue #482
Adds current stratum difficulty to the system/info endpoint
2024-11-22 12:19:39 -05:00
PMK
5101e95886
Add Noderunners pool to quick links ( #490 )
...
Co-authored-by: Skot <skot@bitnet.cx>
2024-11-22 11:47:07 -05:00
mrv777
5a385c20f0
Swarm styles, refresh on load, more combined stats, more info in table ( #491 )
...
* fix: swarm add less white space
* fix: On mount refresh swarm data
* fix: Allow setable swarm refresh time
* fix: Increase swarm warning temp
* fix: Add total power and best diff of swarm
* fix: Add VR temp to swarm
* fix: Increase extra swarm data font size
* add rejected shares too on swarm page
2024-11-22 11:26:12 -05:00
mrv777
c745cbb0e5
fix: Add restart to settings & better disabled state ( #493 )
...
* fix: Add restart to settings & better disabled state
* fix: Correct function call and better handling
* fix: Add to network restart and form dirty check
2024-11-22 10:30:38 -05:00
WRKampi
4100402990
Add link for pool.satoshiradio.nl ( #501 )
2024-11-21 12:01:23 -05:00
mutatrum
48711ef0a7
Fix stratum message order ( #498 )
2024-11-21 11:45:08 -05:00
Erik Olof Gunnar Andersson
b9126910d6
Make sure we are done writing before setting a new baudrate ( #503 )
2024-11-20 18:54:10 -05:00
WantClue
17873069a2
Merge pull request #502 from WantClue/master
...
add 205 config and remove self test flag
2024-11-20 21:14:47 +01:00
WantClue
593b178565
remove self test flag
2024-11-20 21:13:30 +01:00