Merge pull request #777 from meshtastic/telemetry-opt-in

Add device_telemetry_enabled to force opt-in of device telemetry broadcasts
This commit is contained in:
Ben Meadors 2025-09-19 11:09:47 -05:00 committed by GitHub
commit 46b81e822a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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