diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 94f3830..8de3a31 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. diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index f03e167..673c298 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -621,6 +621,11 @@ 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 + */ + bool air_quality_screen_enabled = 15; } /*