485 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson
2f38e202a9
Require at least IDF 5.4.0 (#666) 2025-01-19 14:58:02 +01:00
Erik Olof Gunnar Andersson
06be7f5ddb
Clean up CORS implemention (#662) 2025-01-17 15:31:45 -05:00
Benjamin Wilson
40bf6b5ebc
fix: selftest button functionality (#653)
* auto set self_test 0 upon pass
* setting NVS from the callback context was not working. added a semaphore for blocking in self_test.c

---------

Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
Co-authored-by: Skot <skot@bitnet.cx>
2025-01-17 15:31:22 -05:00
Benjamin Wilson
f1c0128f73
init (#659)
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2025-01-16 16:38:05 -05:00
mutatrum
244dacc26a
Tine header define cleanup (#535) 2025-01-16 22:21:59 +01:00
Benjamin Wilson
a04c00ba07
CSRF (#637)
* inititial CSRF fix
* allow all private ip ranges
* Allow cross private range

---------

Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2025-01-13 17:51:09 -05:00
mrv777
1a7583e080
fix: Use this.uri for edit restart (#642) 2025-01-10 23:45:16 -05:00
WantClue
1ea422f441
check psram on self test (#628) 2025-01-08 08:37:29 +01:00
Brett Rowan
8605bb4fb0
Minor typo fix (#629) 2025-01-08 08:36:17 +01:00
Benjamin Wilson
39a4c4164a
Press reset then hold boot for self test (#617)
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2025-01-05 17:08:47 -05:00
Benjamin Wilson
fd11e42ab6
Continue automatically if self tests pass (#616)
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2025-01-05 17:08:34 -05:00
Erik Olof Gunnar Andersson
93f40a32dc
Add ESP-IDF version to overview (#604)
* Add ESP-IDF version to overview

* Add idf version to api endpoint
2025-01-05 01:08:07 +01:00
mutatrum
a8e46aa34b
Improve i2c error logging (#552) 2025-01-05 00:05:57 +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
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
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
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
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
Erik Olof Gunnar Andersson
47a0332dcf
Upgrade to latest node and npm packages (#590) 2024-12-21 22:56:29 +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.
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) 2024-12-12 01:22:05 +01:00
Erik Olof Gunnar Andersson
695d84ac2a
Tune HTTP and System Stability (#571) 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
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
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
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
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
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
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
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
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
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