mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #537 from meshtastic/thebentern-patch-1
LogRecord over serial enabled
This commit is contained in:
commit
abd5eaa875
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue