From ecc4d42053eccebec1676977c5e19444f61d72c2 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 6 Aug 2024 20:52:57 -0500 Subject: [PATCH] Also move device_logging_enabled from bluetooth to SecurityConfig --- meshtastic/config.proto | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; } /*