bug: fix elphapex hashboard parsing
This commit is contained in:
@@ -233,6 +233,7 @@ class ElphapexMiner(StockFirmware):
|
||||
board_temp_data = list(
|
||||
filter(lambda x: not x == 0, board["temp_pcb"])
|
||||
)
|
||||
if not len(board_temp_data) == 0:
|
||||
hashboards[board["index"]].temp = sum(board_temp_data) / len(
|
||||
board_temp_data
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user