mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Clarify broadcast interval for Device Metrics and NodeInfo
This commit is contained in:
parent
282b6f2e4c
commit
7dbe07eb39
|
@ -46,6 +46,8 @@ How often we should send Device Metrics over the mesh.
|
|||
|
||||
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
|
||||
|
||||
Show the environment telemetry data on the device display.
|
||||
|
|
|
@ -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