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

BLE Device Logging
This commit is contained in:
Ben Meadors 2024-06-19 14:46:06 -05:00 committed by GitHub
commit 1c3029f286
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -990,6 +990,11 @@ message Config {
* Specified PIN for PairingMode.FixedPin
*/
uint32 fixed_pin = 3;
/*
* Enables device (serial style logs) over Bluetooth
*/
bool device_logging_enabled = 4;
}
/*