Add heartbeat.Secondary to SF protobuf

This commit is contained in:
Jm Casler 2021-12-08 18:34:08 -08:00
parent dec2b3b50e
commit 1d84aff375

View file

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