mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Temp offset Proto
This commit is contained in:
parent
44298d374f
commit
29aa912e0a
1 changed files with 5 additions and 0 deletions
|
|
@ -705,6 +705,11 @@ message ModuleConfig {
|
|||
* Enable/Disable the air quality telemetry measurement module on-device display
|
||||
*/
|
||||
bool air_quality_screen_enabled = 15;
|
||||
|
||||
/*
|
||||
* Manual Temperature offset calibration in Celsius applied to local environment telemetry before it is sent.
|
||||
*/
|
||||
float environment_temperature_offset_c = 16;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue