| {{ $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.FlashSize') }} | {{ systemStatus.flashsize }} {{ $t('hardwareinfo.Bytes') }} ({{ systemStatus.flashsize / 1024 / 1024 }} {{ $t('hardwareinfo.MegaBytes') }}) |