Merge pull request #56 from mc-hamster/master

Add heartbeat.Secondary to SF protobuf
pull/57/head^2
Jm Casler 2021-12-08 18:36:16 -08:00 zatwierdzone przez GitHub
commit 48d57bbeee
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

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