bug: add chip count for M50S+VK20.

This commit is contained in:
UpstreamData
2023-06-20 12:11:05 -06:00
parent f5e15b4046
commit c691868e9b

View File

@@ -60,8 +60,5 @@ class M50SPlusVK20(WhatsMiner): # noqa - ignore ABC method implementation
super().__init__(ip, api_ver)
self.ip = ip
self.model = "M50S+ VK20"
self.nominal_chips = 0
warnings.warn(
"Unknown chip count for miner type M50S+ VK20, please open an issue on GitHub (https://github.com/UpstreamData/pyasic)."
)
self.nominal_chips = 117
self.fan_count = 2