mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-05-03 03:53:05 +02:00
Collect packet_id for ServiceEnvelopes
This commit is contained in:
@@ -751,6 +751,7 @@ client.on("message", async (topic, message) => {
|
||||
to: envelope.packet.to,
|
||||
from: envelope.packet.from,
|
||||
portnum: portnum,
|
||||
packet_id: envelope.packet.id,
|
||||
protobuf: message,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user