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