mirror of
https://github.com/meshtastic/python.git
synced 2026-07-30 16:47:07 -04:00
Convey bitfield forward in firmware harness so prehop drop doesn't get mad at us
This commit is contained in:
@@ -351,5 +351,7 @@ def _build_mesh_packet(packet: dict, data: bytes) -> mesh_pb2.MeshPacket:
|
||||
mp.decoded.request_id = decoded["requestId"]
|
||||
if "wantResponse" in decoded:
|
||||
mp.decoded.want_response = decoded["wantResponse"]
|
||||
if "bitfield" in decoded:
|
||||
mp.decoded.bitfield = decoded["bitfield"]
|
||||
|
||||
return mp
|
||||
|
||||
Reference in New Issue
Block a user