New hop_limit config option

pull/59/head
Jm Casler 2021-12-18 15:49:07 -05:00
rodzic 10e6857b1b
commit 946a87f195
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;