This commit is contained in:
HarukiToreda 2026-04-17 21:50:10 +02:00 committed by GitHub
commit b66c1f9df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -707,6 +707,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;
}
/*