Browse Source

Update system.html

pull/1738/head
DanielR92 8 months ago
committed by GitHub
parent
commit
240d0c51ed
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/web/html/system.html

3
src/web/html/system.html

@ -44,7 +44,8 @@
tr("{#ENVIRONMENT}", obj.generic.env + " ({#BUILD_OPTIONS}: " + obj.generic.modules + ")"),
tr("Version", obj.generic.version + " - " + obj.generic.build),
tr("Chip", "CPU: " + obj.chip.cpu_freq + "MHz, " + obj.chip.cores + " Core(s)"),
tr("Chip Model", obj.chip.model)
tr("Chip Model", obj.chip.model),
tr("Chip temp.", obj.chip.temp_sensor_c),
]
document.getElementById("info").append(

Loading…
Cancel
Save