From 684d1faf8edff8a30d23e79b079876d6b5d48ec8 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Wed, 7 Aug 2024 09:28:57 -0500 Subject: [PATCH] Add admin_channel_enabled to the security config --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 6c77f4e..32ae91b 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -1063,6 +1063,11 @@ message Config { * Moved to SecurityConfig */ bool bluetooth_logging_enabled = 7; + + /* + * Enables incoming admin control over the "admin" channel + */ + bool admin_channel_enabled = 8 [default = false]; } /*