From 6222e3431dab98ba6084d881bcc45c8b98af4ab8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 29 Jan 2023 13:55:11 -0600 Subject: [PATCH] Clarification --- meshtastic/config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 49999e0..36a5bfd 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -70,7 +70,7 @@ message Config { /* * Same as behavior as ALL but skips packet decoding and simply rebroadcasts them. - * Only available in Repeater role. + * Only available in Repeater role. Setting this on any other roles will result in ALL behavior. */ ALL_SKIP_DECODING = 1;