add s21 pro support for stock, ePIC (#186)

This commit is contained in:
JP Compagnone
2024-08-09 12:18:14 -04:00
committed by GitHub
parent 13c0407b2d
commit 4a642fd3da
8 changed files with 23 additions and 7 deletions

View File

@@ -44,6 +44,7 @@ class AntminerModels(str, Enum):
S19kProNoPIC = "S19k Pro No PIC"
T19 = "T19"
S21 = "S21"
S21Pro = "S21 Pro"
T21 = "T21"
def __str__(self):