mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
added last_sent_by_id field to neighborinfo protobuf
This commit is contained in:
parent
9181274d8a
commit
7f0c12f403
1 changed files with 5 additions and 1 deletions
|
|
@ -17,9 +17,13 @@ message NeighborInfo {
|
|||
*/
|
||||
uint32 node_id = 1;
|
||||
/*
|
||||
* The node ID of the node sending info on its neighbors
|
||||
*/
|
||||
uint32 last_sent_by_id = 2;
|
||||
/*
|
||||
* Time at packet transmission (in millis, Unix epoch)
|
||||
*/
|
||||
fixed32 tx_time = 2;
|
||||
fixed32 tx_time = 3;
|
||||
|
||||
/*
|
||||
* The list of neighbors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue