mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
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:
parent
c474fd3f49
commit
f78b3f0dcc
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue