We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bb444 commit 9033207Copy full SHA for 9033207
aspThreads.py
@@ -596,7 +596,8 @@ def monitorThread(self):
596
597
## Record the board temperatures and power consumption while we are at it
598
if self.pic_monitoring and loop_counter == 0:
599
- status, temps = rs485Temperature(self.mapping, maxRetry=MAX_RS485_RETRY)
+ #status, temps = rs485Temperature(self.mapping, maxRetry=MAX_RS485_RETRY)
600
+ status, temps = False, []
601
602
if status:
603
try:
0 commit comments