Skip to content

Commit

Permalink
V1.19.02
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Mar 25, 2024
1 parent 6f59b85 commit 14cf3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genmonlib/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def __init__(
if not self.bDisablePlatformStats:
self.Platform = MyPlatform(log=self.log, usemetric=self.UseMetric, debug = self.debug)
if self.Platform.GetRaspberryPiTemp(ReturnFloat=True) == 0.0:
self.LogError("CPU Temp not supported.")
self.bUseRaspberryPiCpuTempGauge = False
# CPU temp is not supported on this platform
else:
Expand Down

0 comments on commit 14cf3ff

Please sign in to comment.