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]; } /*