741 Commits

Author SHA1 Message Date
Skot
fcba427a79 added a test #define to force tests to fail 2025-01-17 18:41:55 -05:00
Skot
b81ad8561c change "cancel" text to "exit" in selftest scrolling message 2025-01-17 17:41:21 -05:00
Skot
9859629034 added separate scrolling messages for selftest pass and fail 2025-01-17 17:38:07 -05:00
Erik Olof Gunnar Andersson
06be7f5ddb
Clean up CORS implemention (#662) v2.5.1b3 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>
v2.5.1b1
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>
v2.5.0b7 v2.5.0
2025-01-13 17:51:09 -05:00
Skot
b8123e8c60
Create SECURITY.md 2025-01-13 17:07:34 -05:00
Peter Ryszkiewicz
f9e1672d6f
Add instructions for development (#641)
* Add instructions for development

* Update readme.md with nodejs/npm for building

---------

Co-authored-by: Peter Ryszkiewicz <3519085+pRizz@users.noreply.github.com>
2025-01-11 13:50:32 -05:00
mrv777
1a7583e080
fix: Use this.uri for edit restart (#642) 2025-01-10 23:45:16 -05:00
tdb3
b5d1e366c6
test: fix stratum alternative error test (#608)
The test now checks for the expected id and reject-reason

Co-authored-by: WantClue <86001033+WantClue@users.noreply.github.com>
2025-01-08 11:47:22 +01: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
Erik Olof Gunnar Andersson
05ce0eb6a1
Allow device to start without SPIRAM (#625) v2.4.5 2025-01-07 16:28:20 +01:00
Benjamin Wilson
39a4c4164a
Press reset then hold boot for self test (#617)
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
v2.4.4
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
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