From cba006f7a70d75fa492661ca4cb535ccbce6e091 Mon Sep 17 00:00:00 2001 From: Valeriy Protopopov Date: Fri, 1 May 2026 23:25:57 +0700 Subject: [PATCH] Fixing the confusing field description of the RangeTestConfig Fixed `sender` field description. The description is taken from here: https://meshtastic.org/docs/configuration/module/range-test/#sender-interval --- meshtastic/module_config.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 10753c6c7..ec0bc3e0b 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -602,7 +602,8 @@ message ModuleConfig { bool enabled = 1; /* - * Send out range test messages from this node + * Sender interval. How long to wait between sending sequential test packets. + * 0 is default which disables sending messages. */ uint32 sender = 2;