Also move device_logging_enabled from bluetooth to SecurityConfig

This commit is contained in:
Jonathan Bennett 2024-08-06 20:52:57 -05:00
parent adb2ff256b
commit ecc4d42053

View file

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