Add chain_count field to mesh.proto (#828)

* Add chain_count field to mesh.proto

Added chain_count field to specify message position in LINK_REQUEST.

* Fix formatting in mesh.proto
This commit is contained in:
Jonathan Bennett 2025-12-29 07:50:01 -06:00 committed by GitHub
parent c474fd3f49
commit f78b3f0dcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1237,6 +1237,11 @@ message StoreForwardPlusPlus {
* The receive time of the message in question
*/
uint32 encapsulated_rxtime = 9;
/*
* Used in a LINK_REQUEST to specify the message X spots back from head
*/
uint32 chain_count = 10;
}
/*