mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #462 from meshtastic/ajmcquilkin/serial-heartbeat-packet
Add explicit Heartbeat packet for clients to keep alive (serial) connections
This commit is contained in:
commit
6942175394
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue