Skip to content

Commit

Permalink
bug: fix k pro identification on latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed May 10, 2024
1 parent 5f67b98 commit 032288d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyasic/miners/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ class MinerTypes(enum.Enum):
"ANTMINER S19J PRO PLUS": BOSMinerS19jProPlus,
"ANTMINER S19J PRO PLUS NOPIC": BOSMinerS19jProPlusNoPIC,
"ANTMINER S19K PRO NOPIC": BOSMinerS19kProNoPIC,
"ANTMINER S19K PRO": BOSMinerS19kProNoPIC,
"ANTMINER S19 XP": BOSMinerS19XP,
"ANTMINER T19": BOSMinerT19,
"ANTMINER S21": BOSMinerS21,
Expand Down

0 comments on commit 032288d

Please sign in to comment.