Erik Olof Gunnar Andersson
93f40a32dc
Add ESP-IDF version to overview ( #604 )
...
* Add ESP-IDF version to overview
* Add idf version to api endpoint
v2.4.3
2025-01-05 01:08:07 +01:00
Erik Olof Gunnar Andersson
31a92aa2a0
Fix logs not rendering properly in AxeOS ( #612 )
2025-01-05 01:05:44 +01:00
mutatrum
a8e46aa34b
Improve i2c error logging ( #552 )
2025-01-05 00:05:57 +01:00
tdb3
3bf8997a72
test: add boundary check for implicit response method ( #548 )
...
Test the boundary of STRATUM_RESULT and STRATUM_RESULT_SETUP more completely
2025-01-04 23:57:27 +01:00
tdb3
5e56bcdccc
test: fix failing unit test for large stratum id ( #546 )
...
PR #243 changes the type of id to int64_t,
allowing for ids exceeding a 16-bit integer.
Adjusts an associated unit test to ensure that
16-bit rollover wouldn't occur.
2025-01-04 23:57:05 +01:00
WantClue
b432d2747f
Enable PSRAM again ( #611 )
...
* enable PSRAM again
* add PSRAM speed
2025-01-04 23:56:49 +01:00
Erik Olof Gunnar Andersson
c8eae500fa
Revert "Enable SPIRAM and use it for specific tasks ( #597 )" ( #610 )
...
This reverts commit d9ee113643053bf21c4be64cad245e300a70d808.
2025-01-04 23:42:54 +01:00
Erik Olof Gunnar Andersson
590bc7e7b2
Move to ESP-IDF 5.4 ( #609 )
2025-01-04 20:59:53 +01:00
mrv777
9e086f5a8b
fix: Show warning if freq is low or not set ( #576 )
2025-01-04 11:38:56 +01:00
mutatrum
61042d93ae
Configure GPIO in Kconfig ( #566 )
...
* Put all GPIO defines in gpio_bitaxe.h
* Whitespace
* Use Kconfig.projbuild
* Missing Kconfig
v2.4.3b2
2025-01-04 01:53:56 +01:00
Erik Olof Gunnar Andersson
f454b0c41b
Streamline create_jobs_task ( #478 )
...
* Initial clean create work
* Updated based on PR feedback
* More cleanup based on PR feedback
2025-01-04 01:51:36 +01:00
Skot
f9501d38a3
Update readme.md
2025-01-02 12:59:53 -08:00
WantClue
188336c1b6
UI themes ( #600 )
...
* Revert "Enable PSRAM (#468 )"
This reverts commit e67aa1d8b72383a4d0ca75a834464e13afdacfe0.
* add color themes
* enable persistant themes
* change back to origional red
* add default theme 'dark-red'. subscribe on home component to the ThemeService
v2.4.3b1
2024-12-28 23:19:33 +01:00
Erik Olof Gunnar Andersson
d9ee113643
Enable SPIRAM and use it for specific tasks ( #597 )
2024-12-28 23:18:32 +01:00
WantClue
f7fc3d3868
Revert "Enable PSRAM ( #468 )" ( #594 )
...
This reverts commit e67aa1d8b72383a4d0ca75a834464e13afdacfe0.
2024-12-22 21:54:40 +01:00
Erik Olof Gunnar Andersson
47a0332dcf
Upgrade to latest node and npm packages ( #590 )
2024-12-21 22:56:29 +01:00
mutatrum
e67aa1d8b7
Enable PSRAM ( #468 )
...
* Enable PSRAM
* Merge master
* Revert missing lines
* Whitespace
2024-12-21 22:52:55 +01:00
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