From 8f95d7f451a01045f0e6ed9320634daee222e591 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Wed, 7 Jan 2026 12:35:49 +0100 Subject: [PATCH] Add module config to enable air quality on screen --- meshtastic/module_config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index f91671c..534dfc0 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -615,6 +615,11 @@ message ModuleConfig { * Enable/Disable the health telemetry module on-device display */ bool health_screen_enabled = 13; + + /* + * Enable/Disable the air quality telemetry measurement module on-device display + */ + bool air_quality_screen_enabled = 14; } /*