703 Commits

Author SHA1 Message Date
Benjamin Wilson
e0090fd45e
Redo swarm (#430)
* Redo swarm
Redo swarm to use network scanning and local storage rather than storing the set of IP's on device.

* auto refresh

---------

Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2024-11-01 17:31:54 -04:00
Benjamin Wilson
8630fa3f8d
Chart enhance (#433)
Enhance the home chart with temperature display and line fills
2024-10-30 11:01:08 -04:00
WantClue
349dd0e552
Merge pull request #436 from WantClue/master
add all in one factory file script
2024-10-30 15:53:50 +01:00
WantClue
c9cc667776 add all in one factory file script 2024-10-30 15:24:07 +01:00
WantClue
7e6e0cc10b
Merge pull request #416 from mutatrum/master
Add OLED Bitaxe logo screen
2024-10-27 21:07:19 +01:00
Erik Olof Gunnar Andersson
d47d423e4d
Merge pull request #428 from eandersson/vscode
Use the same espressif/idf release for github and vscode
2024-10-27 14:45:48 +01:00
Erik Olof Gunnar Andersson
f949791251 Use the same release for github and vscode 2024-10-24 21:31:30 +02:00
mutatrum
718385cfeb Add OLED Bitaxe logo screen 2024-10-23 16:17:46 +02:00
Erik Olof Gunnar Andersson
35855358ad
Merge pull request #411 from eandersson/release_fix
Re-worked how we publish artifacts when releasing new builds
2024-10-22 23:56:58 +02:00
Skot
44cfae73a6
slight display formatting cleanup. (#414) v2.3.0 v2.3.0b7 2024-10-16 16:01:56 -04:00
Erik Olof Gunnar Andersson
4b3e5b4c5b Only publish when releasing 2024-10-12 17:11:25 +02:00
Erik Olof Gunnar Andersson
b4756e663e Only publish when releasing 2024-10-12 17:10:26 +02:00
Erik Olof Gunnar Andersson
6c36b20048 Only publish when releasing 2024-10-12 17:09:43 +02:00
Erik Olof Gunnar Andersson
a52b908ef0 Prevent automatic builds from going live accidently 2024-10-12 00:58:05 +02:00
Erik Olof Gunnar Andersson
d3dd63cc86
Enable automatic build and release (#408)
* Enable automatic release CI
* Use latest workflows
v2.3.0b6
2024-10-11 18:16:09 -04:00
Erik Olof Gunnar Andersson
ba8d0eeb18
Merge pull request #409 from skot/self_test-fix2
fix selftest for bitaxe with INA260
2024-10-12 00:14:10 +02:00
Skot
d3e442d212 fix selftest for bitaxe with INA260 2024-10-11 18:10:54 -04:00
Skot
11fffabd9b add bitaxeMax default config 2024-10-11 16:23:04 -04:00
Skot
05270849c6
fix self test functions, update example nvs configs with fallback stratum defaults (#405) v2.3.0b5 2024-10-10 18:15:14 -04:00
Erik Olof Gunnar Andersson
478b01d461
Merge pull request #402 from skot/i2c_timeout
Fix bad www.bin loads
v2.3.0b4
2024-10-10 22:18:32 +02:00
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) v2.3.0b3 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
adammwest
df0c9ed745
add warnings for consecutive timeout responses (no rx) from the chip (#378)
* add common vars to control rx warning behavoir
* rename vars, reduce rx timout value, add warning when 20s of consecutive rx timeouts occour
* rename device to asic
* better naming of warning condition variable

* move counter variables into the ASIC source files
* move constants to defines and counters to local vars
* fix stray semicolon

Co-authored-by: Skot <skot@bitnet.cx>
2024-10-09 18:59:45 -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
cccae3cabf
Enable WiFi 802.11k 802.11v (#365) 2024-10-09 15:45:25 -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
98251eb150
Merge pull request #363 from eandersson/5_3_1
Update CI to use esp idf v5.3.1
2024-10-05 21:51:16 +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
WantClue
c41c8fcfc4
Merge pull request #362 from mrv777/ui-mac-address
fix: Show mac address on log page #361
2024-10-03 14:40:30 +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