Added position_broadcast_smart for #934

Added position_broadcast_smart for #934
This commit is contained in:
Jm Casler 2021-11-26 12:13:12 -08:00
parent aa4ff47d9c
commit e89f568ef5

View file

@ -235,6 +235,12 @@ message RadioConfig {
*/
uint32 position_broadcast_secs = 1;
/*
* We should send our position this often (but only if it has changed significantly)
* Defaults to 15 minutes
*/
bool position_broadcast_smart = 17;
/*
* Send our owner info at least this often (also we always send once at boot - to rejoin the mesh)
*/