BLE Device Logging

pull/522/head
Ben Meadors 2024-06-19 07:22:59 -05:00 zatwierdzone przez GitHub
rodzic 0c90a6814f
commit ad08d08124
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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