mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 23:00:46 -08:00
Merge pull request #42 from thebentern/master
Attempting to clarify what send_owner_interval is
This commit is contained in:
commit
08006df292
|
@ -25,7 +25,7 @@ import TabItem from '@theme/TabItem';
|
|||
| phone_timeout_secs | `integer` (seconds) | `0` |
|
||||
| screen_on_secs | `integer` (seconds) | `0` |
|
||||
| sds_secs | `integer` (seconds) | `0` |
|
||||
| send_owner_interval | `integer` (seconds) | `4` |
|
||||
| send_owner_interval | `integer` (sent every x network pings) | `4` |
|
||||
| wait_bluetooth_secs | `integer` (seconds) | `0` |
|
||||
|
||||
:::note
|
||||
|
@ -82,7 +82,9 @@ Power management state machine option. See the [power page](../other/power) for
|
|||
|
||||
### send_owner_interval
|
||||
|
||||
Send our owner info at least this often (also we always send once at boot - to rejoin the mesh)
|
||||
This sets how often to send the database of node owner information with other nodes in the mesh (per mesh network ping).
|
||||
|
||||
For instance the default interval of 4 will send the node owner information for every 4 mesh network pings. This information is also transmitted after the node first boots up.
|
||||
|
||||
### wait_bluetooth_secs
|
||||
|
||||
|
|
Loading…
Reference in a new issue