set up config tool for braiins OS

This commit is contained in:
UpstreamData
2021-10-19 11:12:28 -06:00
parent 9e6a2c56be
commit 7f51c365fe
9 changed files with 272 additions and 16 deletions

View File

@@ -9,3 +9,6 @@ class UnknownMiner(BaseMiner):
def __repr__(self):
return f"Unknown: {str(self.ip)}"
async def send_config(self):
return None