Skip to content

Commit

Permalink
Merge pull request #522 from meshtastic/thebentern-patch-1
Browse files Browse the repository at this point in the history
BLE Device Logging
  • Loading branch information
thebentern authored Jun 19, 2024
2 parents 005d723 + ad08d08 commit 1c3029f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 1c3029f

Please sign in to comment.