Merge pull request #751 from meshtastic/heartbeat-nonce

Add nonce to heartbeat
This commit is contained in:
Ben Meadors 2025-08-09 08:11:09 -05:00 committed by GitHub
commit 13d8946c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2251,7 +2251,12 @@ enum ExcludedModules {
* A heartbeat message is sent to the node from the client to keep the connection alive.
* This is currently only needed to keep serial connections alive, but can be used by any PhoneAPI.
*/
message Heartbeat {}
message Heartbeat {
/*
* The nonce of the heartbeat message
*/
uint32 nonce = 1;
}
/*
* RemoteHardwarePins associated with a node