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

Revert "LogRecord over serial enabled"
This commit is contained in:
Ben Meadors 2024-07-30 14:35:21 -05:00 committed by GitHub
commit 976748839f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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