added btminer board data

This commit is contained in:
UpstreamData
2022-05-12 13:20:57 -06:00
parent 64918e5552
commit 8568f91482
4 changed files with 25 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ from miners.btminer import BTMiner
class BTMinerM31(BTMiner):
def __init__(self, ip: str) -> None:
super().__init__(ip)
self.nominal_chips = [78]
self.nominal_chips = 78
def __repr__(self) -> str:
return f"M31 - BTMiner: {str(self.ip)}"