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