From 29aa912e0ac6162e559d52e70e5ed83471597140 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:34:12 -0500 Subject: [PATCH] Temp offset Proto --- meshtastic/module_config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index a8a4307..ef08959 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -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; } /*