From 9902e65bf29a73a12179ead437bbeee2b97b8a2e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Tue, 30 Jul 2024 07:07:18 -0500 Subject: [PATCH] LogRecord over serial enabled --- meshtastic/config.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index d3756b5..0500b8b 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -192,6 +192,11 @@ 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; } /*