bug: fix no firmware type for BOSer.

This commit is contained in:
Upstream Data
2024-04-30 13:12:01 -06:00
parent 05a4ae6f04
commit 341cc13d83
2 changed files with 2 additions and 1 deletions

View File

@@ -642,6 +642,8 @@ class BOSer(BaseMiner):
_web_cls = BOSerWebAPI
web: BOSerWebAPI
firmware = "BOS+"
data_locations = BOSER_DATA_LOC
supports_autotuning = True

View File

@@ -562,7 +562,6 @@ class MinerFactory:
mtype = MinerTypes.MARATHON
return mtype
@staticmethod
async def _web_ping(
session: httpx.AsyncClient, url: str