mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add IAQ to environment metrics (#1258)
Adds Indoor Air Quality (IAQ) to the environment metrics chart and card. The IAQ is displayed as a green line on the chart and as a dot with a numerical value on the card. The IAQ scale is available as a legend in the IAQ component.
This commit is contained in:
parent
843e423648
commit
9b90c128fb
3 changed files with 324 additions and 8 deletions
|
|
@ -230,4 +230,5 @@
|
|||
<string name="info">Information</string>
|
||||
<string name="ch_util_definition">Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).</string>
|
||||
<string name="air_util_definition">Percent of airtime for transmission used within the last hour.</string>
|
||||
<string name="iaq">IAQ</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue