mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 06:48:10 -08:00
Add heartbeat.Secondary
This commit is contained in:
parent
d0e883b207
commit
c0b237db5e
|
@ -126,7 +126,8 @@ Story: The Store & Forward Router sends a periodic message onto the network. Thi
|
||||||
* * Packet (Port: STORE_FORWARD_APP)
|
* * Packet (Port: STORE_FORWARD_APP)
|
||||||
* * * To: Broadcast
|
* * * To: Broadcast
|
||||||
* * * StoreAndForward.rr.ROUTER_HEARTBEAT
|
* * * StoreAndForward.rr.ROUTER_HEARTBEAT
|
||||||
* * * StoreAndForward.heartbeat.heartbeatPeriod = 120 // Expect a heartbeat every 2 minutes
|
* * * StoreAndForward.heartbeat.Period = 120 // Expect a heartbeat every 2 minutes
|
||||||
|
* * * StoreAndForward.heartbeat.Secondary = false // If true, this is a secondary "backup" S&F node. Will be (eventually) used for router election in the event there are multiple S&F Routers.
|
||||||
|
|
||||||
## Developer TODO
|
## Developer TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue