BLE Device Logging

This commit is contained in:
Ben Meadors 2024-06-19 07:22:59 -05:00 committed by GitHub
parent 0c90a6814f
commit ad08d08124
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;
}
/*