Skip to content

Commit 5df44cf

Browse files
authored
Merge pull request #594 from meshtastic/fifieldt-patch-2
Add health_screen_enabled and fix comments
2 parents b419706 + 29b19df commit 5df44cf

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

meshtastic/module_config.proto

+8-5
Original file line numberDiff line numberDiff line change
@@ -563,20 +563,18 @@ message ModuleConfig {
563563
uint32 air_quality_interval = 7;
564564

565565
/*
566-
* Interval in seconds of how often we should try to send our
567-
* air quality metrics to the mesh
566+
* Enable/disable Power metrics
568567
*/
569568
bool power_measurement_enabled = 8;
570569

571570
/*
572571
* Interval in seconds of how often we should try to send our
573-
* air quality metrics to the mesh
572+
* power metrics to the mesh
574573
*/
575574
uint32 power_update_interval = 9;
576575

577576
/*
578-
* Interval in seconds of how often we should try to send our
579-
* air quality metrics to the mesh
577+
* Enable/Disable the power measurement module on-device display
580578
*/
581579
bool power_screen_enabled = 10;
582580

@@ -591,6 +589,11 @@ message ModuleConfig {
591589
* health metrics to the mesh
592590
*/
593591
uint32 health_update_interval = 12;
592+
593+
/*
594+
* Enable/Disable the health telemetry module on-device display
595+
*/
596+
bool health_screen_enabled = 13;
594597
}
595598

596599
/*

0 commit comments

Comments
 (0)