LogRecord over serial enabled

This commit is contained in:
Ben Meadors 2024-07-30 07:07:18 -05:00 committed by GitHub
parent b1a79d5db0
commit 9902e65bf2
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;
}
/*