kopia lustrzana https://github.com/meshtastic/protobufs
Add Heartbeat message to clientonly.proto
rodzic
00332412b2
commit
c854603e9b
|
@ -40,3 +40,11 @@ message DeviceProfile {
|
|||
*/
|
||||
optional LocalModuleConfig module_config = 5;
|
||||
}
|
||||
|
||||
/*
|
||||
* A heartbeat message is sent by a node to indicate that it is still alive.
|
||||
* This is currently only needed to keep serial connections alive.
|
||||
*/
|
||||
message Heartbeat {
|
||||
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue