bug: add chip count for M50VH80

This commit is contained in:
UpstreamData
2023-05-02 10:17:11 -06:00
parent ac9905717d
commit 031dc534c7

View File

@@ -111,10 +111,7 @@ class M50VH80(WhatsMiner): # noqa - ignore ABC method implementation
super().__init__(ip, api_ver)
self.ip = ip
self.model = "M50 VH80"
self.nominal_chips = 0
warnings.warn(
"Unknown chip count for miner type M50 VH80, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
)
self.nominal_chips = 111
self.fan_count = 2