bug: fix DG1+ naming

This commit is contained in:
Upstream Data
2025-02-05 08:07:14 -07:00
parent 71c8905674
commit 197d6568e3

View File

@@ -668,7 +668,7 @@ MINER_CLASSES = {
},
MinerTypes.ELPHAPEX: {
None: type("ElphapexUnknown", (ElphapexMiner, ElphapexMake), {}),
"DG1+1": ElphapexDG1Plus,
"DG1+": ElphapexDG1Plus,
},
}