Merge pull request #59 from mc-hamster/master

New hop_limit config option
pull/60/head^2
Jm Casler 2021-12-18 15:50:10 -05:00 zatwierdzone przez GitHub
commit 26389cfa05
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

@ -575,6 +575,12 @@ message RadioConfig {
*
*/
uint32 on_battery_shutdown_after_secs = 153;
/*
* Overrides HOPS_RELIABLE and sets the maximum number of hops. This can't be greater than 7.
*
*/
uint32 hop_limit = 154;
}
UserPreferences preferences = 1;