diff --git a/meshtastic/config.proto b/meshtastic/config.proto index cd3575a..6c77f4e 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -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; } /*