Merge pull request #537 from meshtastic/thebentern-patch-1

LogRecord over serial enabled
This commit is contained in:
Ben Meadors 2024-07-30 08:12:10 -05:00 committed by GitHub
commit abd5eaa875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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