Clarify broadcast interval for Device Metrics and NodeInfo

This commit is contained in:
GUVWAF 2024-02-28 20:29:40 +01:00
parent 282b6f2e4c
commit 7dbe07eb39
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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