bug: fix no firmware type for BOSer.
This commit is contained in:
@@ -642,6 +642,8 @@ class BOSer(BaseMiner):
|
||||
_web_cls = BOSerWebAPI
|
||||
web: BOSerWebAPI
|
||||
|
||||
firmware = "BOS+"
|
||||
|
||||
data_locations = BOSER_DATA_LOC
|
||||
|
||||
supports_autotuning = True
|
||||
|
||||
@@ -562,7 +562,6 @@ class MinerFactory:
|
||||
mtype = MinerTypes.MARATHON
|
||||
return mtype
|
||||
|
||||
|
||||
@staticmethod
|
||||
async def _web_ping(
|
||||
session: httpx.AsyncClient, url: str
|
||||
|
||||
Reference in New Issue
Block a user