Add module config to enable air quality on screen

This commit is contained in:
oscgonfer 2026-01-07 12:35:49 +01:00
parent 8caf423964
commit 8f95d7f451

View file

@ -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;
}
/*