mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added configurable node info interval
This commit is contained in:
parent
8f84118cf1
commit
8fbce4fec3
1 changed files with 6 additions and 0 deletions
|
|
@ -112,6 +112,12 @@ message Config {
|
|||
* Sets the role of node
|
||||
*/
|
||||
RebroadcastMode rebroadcast_mode = 6;
|
||||
|
||||
/*
|
||||
* Send our nodeinfo this often
|
||||
* Defaults to 15 minutes
|
||||
*/
|
||||
uint32 node_info_broadcast_secs = 1;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue