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:
Adam McQuilkin 2024-03-10 14:06:13 -07:00 committed by GitHub
commit 6942175394
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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