onlyblackstars
484039c3d9
detect ckpool when using solo, solo4 and solo6.ckpool.org stratum urls( #280 )
2024-09-28 00:30:22 -04:00
Brett Rowan
c2f34aa823
Add MAC address to API. ( #295 )
2024-09-28 00:12:08 -04:00
Thomas Shufps
ba244090d2
fix memory leaks on some loads from nvs ( #305 )
2024-09-27 23:55:28 -04:00
Erik Olof Gunnar Andersson
549e8272e7
Fix wifi status not updating after disconnected ( #321 )
2024-09-27 23:49:59 -04:00
Erik Olof Gunnar Andersson
04e8a518ea
Protect against negative frequency values ( #326 )
2024-09-27 23:43:41 -04:00
Skot
4b67f1e7ec
Overheat mode improvements ( #344 )
...
* add IP to Device overheat OLED screen
* updated overheat mode OLED words
2024-09-27 23:37:53 -04:00
Skot
1cc79726c6
Merge pull request #359 from mrv777/master
...
fix: Add overheat alert, knob colors & max, chart dots & label #342
2024-09-27 22:36:35 -05:00
mrv777
a7cf473643
fix: for hash under 10, use 2 decimal places
...
#315
2024-09-27 20:01:49 -05:00
mrv777
5e551ce125
chore: cleanup
2024-09-27 19:15:38 -05:00
mrv777
7d9afd2446
fix: Use what we already have
2024-09-27 19:13:00 -05:00
mrv777
404f7a6bc7
fix: avoid calling functions in template
2024-09-27 19:09:54 -05:00
mrv777
226e61ea95
fix: Misc styles for medium screens
2024-09-27 18:58:39 -05:00
mrv777
2b3b338d16
fix: straight plot lines
...
Fix for issue #328
2024-09-27 18:58:29 -05:00
mrv777
58ff3b69ae
fix: Made disable overheat red text and full width
2024-09-27 18:58:03 -05:00
mrv777
6ae6ec43af
fix: Add overheat alert, knob colors & max, chart dots & label
2024-09-27 18:17:15 -05:00
mrv777
91e4e5f3aa
Add Password visibility toggle ( #358 )
...
* fix: Password visibility toggle
* fix: No need to use ***** for default password
* fix: Set back to old password check & use dirty to show toggle
* fix: Update placeholder text
2024-09-27 19:15:31 -04:00
mrv777
0dff6f87aa
fix: Update placeholder text
2024-09-27 17:51:34 -05:00
mrv777
c7dd7506dc
fix: Set back to old password check & use dirty to show toggle
2024-09-27 17:45:53 -05:00
mrv777
35369aff81
fix: No need to use ***** for default password
2024-09-27 16:36:34 -05:00
mrv777
f56653791d
fix: Password visibility toggle
2024-09-27 15:58:25 -05:00
Erik Olof Gunnar Andersson
e30bbcad50
stratum mining.suggest_difficulty after auth to fix ckpool issue ( #353 )
...
Change the ordering to `mining.suggest_difficulty` after `mining.authorize`. ckpool doesn't like it the other way.
2024-09-27 16:12:20 -04:00
adasauce
b817e305b6
Add support for TPS546D24S DEVICE_ID ( #355 )
...
TPS546D24S is a drop in replacement for the TPS546D24A, but it has a different DEVICE_ID we need to check for.
2024-09-27 15:38:02 -04:00
Erik Olof Gunnar Andersson
68235d2736
Set ESP32 CPU clock frequency to 240MHz (highest setting) ( #338 )
2024-09-27 15:35:43 -04:00
Erik Olof Gunnar Andersson
1c3ec9753d
Update ckpool stats URL ( #354 )
2024-09-26 15:05:07 -04:00
adammwest
f130b05511
ASIC version mask now based on pool stratum version mask msg ( #349 )
...
* make set version mask a function call
* update name
* update init fuc to support version mask setting
* update parameter spec for bm1397
* parametrize set version rolling and update init func for BM136X +
* add default stratum mask
* update all bmchips with a new set_version_mask ASIC function which can be called in main
* update init func prototype params
* update self test to remove extra vmask call in init
* fix compiler errors
* fix compiler errors in main
* add version_mask_given bool to tell the next job to set a new version mask to the chip when a smg comes in
2024-09-26 11:30:06 -04:00
WhiteyCookie
dede86211d
WebUI fix for Power/Watts circle visualization ( #352 )
2024-09-25 19:54:32 -04:00
Skot
e31fac14b3
Merge pull request #348 from skot/wifi_security_fixes
...
Allow connecting to open WiFi networks
2024-09-24 18:51:14 -05:00
Skot
969cd6caff
Merge branch 'wifi_security_fixes' of https://github.com/skot/ESP-Miner into wifi_security_fixes
2024-09-24 19:35:59 -04:00
Skot
8fdbe96b91
print wifi error reason codes. allow connecting to open networks (set empty password)
2024-09-24 19:34:31 -04:00
Skot
0c361e474b
Merge pull request #347 from eandersson/allow_password-_-
...
Allow the password... password
2024-09-24 18:24:55 -05:00
Erik Olof Gunnar Andersson
cfed4c51af
Allow empty wifi passwords
2024-09-24 23:42:31 +02:00
Erik Olof Gunnar Andersson
82113ab253
Allow empty wifi passwords
2024-09-24 23:41:49 +02:00
Erik Olof Gunnar Andersson
8aed54f442
Allow the password... password
2024-09-24 23:20:45 +02:00
Skot
da4dd1ee53
print wifi error reason codes. allow connecting to open networks (set empty password)
2024-09-24 13:44:55 -04:00
Benjamin Wilson
072d3c82fa
configs
2024-09-23 16:14:21 -04:00
Skot
8b22bb2762
Legacy selftest fixes ( #346 )
...
* make sure to VCORE_init() and VCORE_set_voltage() no matter what hw version.
* added "PRESS RESET" to selftest endscreen. pulled out magic numbers to #defines
* oops, cleanup
* update 402 power target
* 403+support
---------
Co-authored-by: Benjamin Wilson <admin@opensourceminer.com>
2024-09-23 16:11:53 -04:00
Benjamin Wilson
7b5e3ef2eb
increasing delay to 100ms again
v2.2.2
2024-09-22 21:18:58 -04:00
Benjamin Wilson
0b0881d025
decrease ramp up
2024-09-22 21:06:53 -04:00
Benjamin Wilson
4cd50c9c53
601 config defaults, TPS546 corruption fix
2024-09-22 20:59:46 -04:00
Benjamin Wilson
3589c36369
lots of AP require 8 length pw
2024-09-21 19:49:54 -04:00
Benjamin Wilson
a94bf8e95e
increase ramp_up delay
v2.2.1
2024-09-21 15:12:22 -04:00
Benjamin Wilson
d671ef0d65
improve gamma self tests
2024-09-21 14:17:54 -04:00
Skot
55156aad26
Update readme.md
2024-09-21 01:13:27 -04:00
Skot
605221c875
Update readme.md
2024-09-21 01:11:34 -04:00
Skot
f7411ff745
Create flashing.md
2024-09-21 01:01:38 -04:00
Benjamin Wilson
592b4b01b5
cleanup
v2.2.0
2024-09-20 21:50:14 -04:00
Benjamin Wilson
187e5f1955
Merge branch 'master' of https://github.com/skot/ESP-Miner
2024-09-20 19:35:52 -04:00
Benjamin Wilson
f759135b1e
default 601 config
2024-09-20 19:35:50 -04:00
Benjamin Wilson
b700c6bbf0
Fix overtemp and self tests for gamma ( #343 )
2024-09-20 19:30:20 -04:00
Skot
669d81b645
add example 204 config
2024-09-18 15:21:05 -05:00