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