From 8f95d7f451a01045f0e6ed9320634daee222e591 Mon Sep 17 00:00:00 2001 From: oscgonfer Date: Wed, 7 Jan 2026 12:35:49 +0100 Subject: [PATCH 1/3] 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; } /* From a7bbad173db14b5d77eac2a21c56424d746dc79d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 10 Jan 2026 05:16:40 -0600 Subject: [PATCH 2/3] Format --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index c05e5ea..d783890 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -844,7 +844,7 @@ enum HardwareModel { * Elecrow Meshstick 1262 */ MESHSTICK_1262 = 121; - + /* * ------------------------------------------------------------------------------------------------------------------------------------------ * Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. From 53911db9a02343632245f783c0a1cdc60b23fe49 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 10 Jan 2026 05:16:51 -0600 Subject: [PATCH 3/3] Format --- meshtastic/module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 6ae436e..673c298 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -621,7 +621,7 @@ message ModuleConfig { * Note: We will still send telemtry to the connected phone / client every minute over the API */ bool device_telemetry_enabled = 14; - + /* * Enable/Disable the air quality telemetry measurement module on-device display */