added S19 board handler

This commit is contained in:
UpstreamData
2022-05-12 15:16:05 -06:00
parent 8568f91482
commit 9d0d1a24d9
2 changed files with 22 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import logging
class BMMinerX19(BMMiner):
def __init__(self, ip: str) -> None:
super().__init__(ip)
self.nominal_chips = 126
def __repr__(self) -> str:
return f"BMMinerX19: {str(self.ip)}"