pull/332/head
Ben Meadors 2023-03-26 15:19:31 -05:00 zatwierdzone przez GitHub
rodzic 8aa371de2d
commit fcc45bee56
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -255,12 +255,12 @@ message Config {
/*
* The minimum distance in meters traveled (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
*/
uint32 broadcast_smart_minumum_distance = 10;
uint32 broadcast_smart_minimum_distance = 10;
/*
* The minumum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
*/
uint32 broadcast_smart_minumum_interval_secs = 11;
uint32 broadcast_smart_minimum_interval_secs = 11;
}
/*