Skip to content

Commit

Permalink
Merge pull request #462 from meshtastic/ajmcquilkin/serial-heartbeat-…
Browse files Browse the repository at this point in the history
…packet

Add explicit Heartbeat packet for clients to keep alive (serial) connections
  • Loading branch information
ajmcquilkin authored Mar 10, 2024
2 parents 0033241 + c854603 commit 6942175
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meshtastic/clientonly.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

}

0 comments on commit 6942175

Please sign in to comment.