mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #331 from meshtastic/get-smart
Smart broadcast... now dumber but more customizable
This commit is contained in:
commit
8aa371de2d
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue