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