diff --git a/website/index.html b/website/index.html index 6cfbb74..7eca030 100644 --- a/website/index.html +++ b/website/index.html @@ -97,7 +97,9 @@ }
Firmware | ${html(fwVersion)} |
---|---|
Region | ${html(region)} |
Modem preset | ${html(modemPreset)} |
Has default channel | True |
Online local nodes | ${onlineLocalNodes} |
Power | ${batteryLevel > 100 ? 'Plugged in' : `${batteryLevel}%`}${voltage ? ` (${voltage.toFixed(2)}V)` : ''} |
ChUtil | ${chUtil.toFixed(2)}% |
AirUtilTX | ${airUtilTx.toFixed(2)}% |
Uptime | ${duration(uptime)} |
Temperature | ${temperature.toFixed(1)}℃ / ${(temperature * 1.8 + 32).toFixed(1)}℉ |
Relative Humidity | ${Math.round(relativeHumidity)}% |
Firmware | ${html(fwVersion)} |
Region | ${html(region)} |
Modem preset | ${html(modemPreset)} |
Has default channel | True |
Online local nodes | ${onlineLocalNodes} |
Power | ${batteryLevel > 100 ? 'Plugged in' : `${batteryLevel}%`}` + + `${voltage ? ` (${voltage.toFixed(2)}V)` : ''} |
ChUtil | ${chUtil.toFixed(2)}% |
AirUtilTX | ${airUtilTx.toFixed(2)}% |
Uptime | ${duration(uptime)} |
Temperature | ${temperature.toFixed(1)}℃ / ` + + `${(temperature * 1.8 + 32).toFixed(1)}℉ |
Relative Humidity | ${Math.round(relativeHumidity)}% |
Barometric Pressure | ${Math.round(barometricPressure)} hPa |
Altitude | ${altitude.toLocaleString()} m above MSL |
Location precision | ± ${precisionMargins[precision-1].toLocaleString()} m (orange circle) |
Altitude | ${altitude.toLocaleString()} m above MSL |
Location precision | ±" + + `${precisionMargins[precision-1].toLocaleString()} m (orange circle) |
Last seen | via | root topic | channel |
---|