From 7f0c12f4036fdf0bdbcf35849125a293cf316770 Mon Sep 17 00:00:00 2001 From: uhuruhashimoto Date: Sun, 5 Mar 2023 22:42:20 -0500 Subject: [PATCH] added last_sent_by_id field to neighborinfo protobuf --- meshtastic/neighborinfo.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meshtastic/neighborinfo.proto b/meshtastic/neighborinfo.proto index 0b01521..31c922d 100644 --- a/meshtastic/neighborinfo.proto +++ b/meshtastic/neighborinfo.proto @@ -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