added support for avalon 1066 miners

This commit is contained in:
UpstreamData
2022-06-08 10:42:19 -06:00
parent 480aab550c
commit 3a60a3584a
3 changed files with 203 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ class MinerData:
self.center_board_chip_temp,
self.right_board_chip_temp,
]:
if not temp == 0:
if temp and not temp == 0:
total_temp += temp
temp_count += 1
if not temp_count > 0: