Add admin_channel_enabled to the security config

This commit is contained in:
Jonathan Bennett 2024-08-07 09:28:57 -05:00
parent 6cde2e2672
commit 684d1faf8e

View file

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