From 14cf3ff3fd71f3c789e44ea66fac949a5e590202 Mon Sep 17 00:00:00 2001 From: jgyates Date: Mon, 25 Mar 2024 09:15:10 -0400 Subject: [PATCH] V1.19.02 --- genmonlib/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/genmonlib/controller.py b/genmonlib/controller.py index 83d4d8ec..312b02da 100644 --- a/genmonlib/controller.py +++ b/genmonlib/controller.py @@ -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: