mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add heartbeat.Secondary to SF protobuf
This commit is contained in:
parent
dec2b3b50e
commit
1d84aff375
1 changed files with 6 additions and 1 deletions
|
|
@ -156,7 +156,12 @@ message StoreAndForward {
|
|||
/*
|
||||
* Number of that will be sent to the client
|
||||
*/
|
||||
uint32 heartbeatPeriod = 1;
|
||||
uint32 Period = 1;
|
||||
|
||||
/*
|
||||
* If set, this is not the primary Store & Forward router on the mesh
|
||||
*/
|
||||
uint32 Secondary = 1;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue