From 693aaa395b1bae4fa8423d8f9278c96c8b31d64c Mon Sep 17 00:00:00 2001 From: Clive Blackledge Date: Tue, 20 Jan 2026 23:48:48 -0800 Subject: [PATCH] Update zero_hop_telemetry / zero_hop_position --- meshtastic/module_config.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index be56f42..2a593e4 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -362,14 +362,14 @@ message ModuleConfig { uint32 unknown_packet_threshold = 12; /* - * Set hop_limit to 0 for telemetry broadcasts + * Set hop_limit to 0 for relayed telemetry broadcasts (own packets unaffected) */ - bool local_only_telemetry = 13; + bool zero_hop_telemetry = 13; /* - * Set hop_limit to 0 for position broadcasts + * Set hop_limit to 0 for relayed position broadcasts (own packets unaffected) */ - bool local_only_position = 14; + bool zero_hop_position = 14; /* * Preserve hop_limit for router-to-router traffic