mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
Merge pull request #1057 from GUVWAF/broadcastInterval
Clarify broadcast interval for Device Metrics and automatic NodeInfo
This commit is contained in:
commit
540dc93170
|
@ -44,7 +44,9 @@ Default is `900` seconds (15 minutes).
|
|||
|
||||
How often we should send Device Metrics over the mesh.
|
||||
|
||||
Default is `900` seconds (15 minutes).
|
||||
Default is `900` seconds (15 minutes).
|
||||
|
||||
Device Metrics to a connected client app will always be sent once per minute, regardless of this setting.
|
||||
|
||||
### Environment Screen Enabled
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ This is the GPIO pin number that will be used for the PWM buzzer, if your device
|
|||
|
||||
### Node Info Broadcast Seconds
|
||||
|
||||
This is the number of seconds between NodeInfo message broadcasts from the device. The device will still respond ad-hoc to NodeInfo messages when a response is wanted.
|
||||
This is the number of seconds between NodeInfo message (containing i.a. long and short name) broadcasts from the device. The device will still respond ad-hoc to NodeInfo messages when a response is wanted. When the device hears any packet from a node it doesn't know yet, it will send its NodeInfo and ask for a response automatically.
|
||||
|
||||
### Double Tap as Button Press
|
||||
|
||||
|
|
Loading…
Reference in a new issue