Merge pull request #840 from fablabbcn/enhancement/module-config-air-quality-screen

Add module config to enable air quality on screen
This commit is contained in:
Ben Meadors 2026-01-10 05:17:15 -06:00 committed by GitHub
commit 1a63a3d0d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

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