From c0708735f5e7c9ad6e13c89cf5b9c25d5ce6b6eb Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 2 Oct 2024 06:05:43 -0500 Subject: [PATCH] Tag numbers --- meshtastic/module_config.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 5f5bc1e..ed22661 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -584,13 +584,13 @@ message ModuleConfig { * Preferences for the (Health) Telemetry Module * Enable/Disable the telemetry measurement module measurement collection */ - bool health_measurement_enabled = 3; + bool health_measurement_enabled = 11; /* * Interval in seconds of how often we should try to send our * health metrics to the mesh */ - uint32 health_update_interval = 2; + uint32 health_update_interval = 12; } /*