diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index e6c16946..d2d66ec4 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -608,6 +608,12 @@ message ModuleConfig { * Enable/Disable the health telemetry module on-device display */ bool health_screen_enabled = 13; + + /* + * Temperature offset in Celsius to apply to sensor readings + * Positive values increase reported temperature, negative values decrease it + */ + float environment_temperature_offset = 14; } /*