mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added position_broadcast_smart for #934
Added position_broadcast_smart for #934
This commit is contained in:
parent
aa4ff47d9c
commit
e89f568ef5
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue