From c4110a44220f0f96baa10a45defc3b0e5735ab73 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 30 Jul 2024 14:24:43 -0500 Subject: [PATCH] Revert "LogRecord over serial enabled" --- meshtastic/config.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 0500b8b..d3756b5 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -192,11 +192,6 @@ message Config { * If true, disable the default blinking LED (LED_PIN) behavior on the device */ bool led_heartbeat_disabled = 12; - - /* - * Enable LogRecord messages over Serial for API connections - */ - bool logrecord_serial_enabled = 13; } /*