Merge pull request #70 from ernax78/master

Disable TX from the LoRa radio. Useful for hot-swapping antennas
pull/71/head
Ben Meadors 2022-01-06 10:49:18 -06:00 zatwierdzone przez GitHub
commit 5ab590addb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -595,6 +595,12 @@ message RadioConfig {
*/
string mqtt_password = 156;
/*
* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests.
* Defaults to false
*/
bool is_lora_tx_disabled = 157;
}
UserPreferences preferences = 1;