mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Also move device_logging_enabled from bluetooth to SecurityConfig
This commit is contained in:
parent
adb2ff256b
commit
ecc4d42053
1 changed files with 7 additions and 1 deletions
|
|
@ -1017,8 +1017,9 @@ message Config {
|
|||
|
||||
/*
|
||||
* Enables device (serial style logs) over Bluetooth
|
||||
* Moved to SecurityConfig
|
||||
*/
|
||||
bool device_logging_enabled = 4;
|
||||
bool device_logging_enabled = 4[deprecated = true];
|
||||
}
|
||||
|
||||
message SecurityConfig {
|
||||
|
|
@ -1057,6 +1058,11 @@ message Config {
|
|||
*/
|
||||
bool debug_log_enabled = 6;
|
||||
|
||||
/*
|
||||
* Enables device (serial style logs) over Bluetooth
|
||||
* Moved to SecurityConfig
|
||||
*/
|
||||
bool bluetooth_logging_enabled = 7;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue