mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2026-03-28 12:07:56 +01:00
webapp: Check if temperature is set
It seems that some ESPs don't have a temperature sensor anymore
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<th>{{ $t('hardwareinfo.CpuFrequency') }}</th>
|
||||
<td>{{ systemStatus.cpufreq }} {{ $t('hardwareinfo.Mhz') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr v-if="systemStatus.cputemp">
|
||||
<th>{{ $t('hardwareinfo.CpuTemperature') }}</th>
|
||||
<td>{{ $n(systemStatus.cputemp, 'celsius') }}</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user