Merge pull request #331 from meshtastic/get-smart

Smart broadcast... now dumber but more customizable
pull/332/head
Ben Meadors 2023-03-26 14:35:20 -05:00 zatwierdzone przez GitHub
commit 8aa371de2d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -252,7 +252,15 @@ message Config {
*/
uint32 tx_gpio = 9;
/*
* 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;
/*
* 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;
}
/*