| {{ $t('hardwareinfo.ChipModel') }} | {{ systemStatus.chipmodel }} |
|---|---|
| {{ $t('hardwareinfo.ChipRevision') }} | {{ systemStatus.chiprevision }} |
| {{ $t('hardwareinfo.ChipCores') }} | {{ systemStatus.chipcores }} |
| {{ $t('hardwareinfo.CpuFrequency') }} | {{ systemStatus.cpufreq }} {{ $t('hardwareinfo.Mhz') }} |
| {{ $t('hardwareinfo.CpuTemperature') }} | {{ $n(systemStatus.cputemp, 'celsius') }} |
| {{ $t('hardwareinfo.FlashSize') }} | {{ $n(systemStatus.flashsize, 'byte') }} ({{ $n(systemStatus.flashsize / 1024 / 1024, 'megabyte') }}) |