mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add admin_channel_enabled to the security config
This commit is contained in:
parent
6cde2e2672
commit
684d1faf8e
1 changed files with 5 additions and 0 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue