Skip to content

Commit 9033207

Browse files
committed
Disable board temp polling for now.
1 parent 33bb444 commit 9033207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aspThreads.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,8 @@ def monitorThread(self):
596596

597597
## Record the board temperatures and power consumption while we are at it
598598
if self.pic_monitoring and loop_counter == 0:
599-
status, temps = rs485Temperature(self.mapping, maxRetry=MAX_RS485_RETRY)
599+
#status, temps = rs485Temperature(self.mapping, maxRetry=MAX_RS485_RETRY)
600+
status, temps = False, []
600601

601602
if status:
602603
try:

0 commit comments

Comments
 (0)