feature: basic bitaxe support.

This commit is contained in:
Brett Rowan
2024-06-28 09:09:42 -06:00
parent 7a3c9a3460
commit 923e963369
19 changed files with 309 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ class MinerMake(str, Enum):
GOLDSHELL = "Goldshell"
AURADINE = "Auradine"
EPIC = "ePIC"
BITAXE = "BitAxe"
def __str__(self):
return self.value