feature: add support for Avalon Nano 3.

This commit is contained in:
Brett Rowan
2024-09-01 13:21:53 -06:00
parent a57f343dcc
commit 477acda1c1
9 changed files with 61 additions and 4 deletions

View File

@@ -284,6 +284,7 @@ class AvalonminerModels(str, Enum):
Avalon1066 = "Avalon 1066"
Avalon1166Pro = "Avalon 1166 Pro"
Avalon1246 = "Avalon 1246"
AvalonNano3 = "Avalon Nano 3"
def __str__(self):
return self.value