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

@@ -136,3 +136,6 @@ class CGMiner(BaseMiner):
self._result_handler(result)
self.config = result.stdout
print(str(self.config))
async def get_board_info(self):
return None