Add device_telemetry_enabled to force opt-in of device telemetry broadcasts to the mesh

This commit is contained in:
Ben Meadors 2025-09-18 18:49:31 -05:00
parent 27d9a99bd0
commit 0a0c0ab361

View file

@ -615,6 +615,12 @@ message ModuleConfig {
* Enable/Disable the health telemetry module on-device display
*/
bool health_screen_enabled = 13;
/*
* Enable/Disable the device telemetry module to send metrics to the mesh
* Note: We will still send telemtry to the connected phone / client every minute over the API
*/
bool device_telemetry_enabled = 14;
}
/*