Temp offset Proto

This commit is contained in:
HarukiToreda 2026-02-17 22:34:12 -05:00
parent 44298d374f
commit 29aa912e0a

View file

@ -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;
}
/*