bug: fix errors not registering properly on braiins OS miners
This commit is contained in:
@@ -573,6 +573,10 @@ class BOSMiner(BaseMiner):
|
|||||||
board.chips = chips
|
board.chips = chips
|
||||||
board.missing = False
|
board.missing = False
|
||||||
|
|
||||||
|
tuner = hb.get("tuner")
|
||||||
|
if tuner:
|
||||||
|
if msg := tuner.get("statusMessages"):
|
||||||
|
if len(msg) > 0:
|
||||||
if hb["tuner"]["statusMessages"][0] not in [
|
if hb["tuner"]["statusMessages"][0] not in [
|
||||||
"Stable",
|
"Stable",
|
||||||
"Testing performance profile",
|
"Testing performance profile",
|
||||||
|
|||||||
Reference in New Issue
Block a user