started adding the board utility

This commit is contained in:
UpstreamData
2022-01-24 16:29:21 -07:00
parent 465d0e6f1c
commit ae911ec775
16 changed files with 531 additions and 48 deletions

View File

@@ -18,3 +18,6 @@ class UnknownMiner(BaseMiner):
async def get_hostname(self):
return "Unknown"
async def get_board_info(self):
return None