mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: change gas resistance unit to MOhms
reference https://github.com/meshtastic/protobufs/pull/365
This commit is contained in:
parent
d3548b16b1
commit
fc17c59996
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ data class NodeInfo(
|
|||
else envFormat("%.1f", "°F ", environmentMetrics?.temperature?.times(1.8f)?.plus(32)) +
|
||||
envFormat("%.0f", "%% ", environmentMetrics?.relativeHumidity) +
|
||||
envFormat("%.1f", "hPa ", environmentMetrics?.barometricPressure) +
|
||||
envFormat("%.0f", "mΩ ", environmentMetrics?.gasResistance) +
|
||||
envFormat("%.0f", "MΩ ", environmentMetrics?.gasResistance) +
|
||||
envFormat("%.2f", "V ", environmentMetrics?.voltage) +
|
||||
envFormat("%.1f", "mA", environmentMetrics?.current)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue