From e4bbf55ea57cf6b43ad968cd25bebf16cb9536b3 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Sat, 29 Jun 2024 00:08:57 +0200 Subject: [PATCH] webapp: Check if temperature is set It seems that some ESPs don't have a temperature sensor anymore --- webapp/src/components/HardwareInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/HardwareInfo.vue b/webapp/src/components/HardwareInfo.vue index ec95c98c..372eeff0 100644 --- a/webapp/src/components/HardwareInfo.vue +++ b/webapp/src/components/HardwareInfo.vue @@ -19,7 +19,7 @@ {{ $t('hardwareinfo.CpuFrequency') }} {{ systemStatus.cpufreq }} {{ $t('hardwareinfo.Mhz') }} - + {{ $t('hardwareinfo.CpuTemperature') }} {{ $n(systemStatus.cputemp, 'celsius') }}