mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
tests now pass again
This commit is contained in:
1 parent
3ef6c5e3ab
commit
5ff3fb2fe1
1 file changed
+1
-1
+1
-1
@@ -27,7 +27,7 @@ def onReceive(packet, interface):
|
||||
print(f"From {interface.stream.port}: {packet}")
|
||||
p = DotMap(packet)
|
||||
|
||||
if p.decoded.data.portnum == "TEXT_MESSAGE_APP":
|
||||
if p.decoded.portnum == "TEXT_MESSAGE_APP":
|
||||
# We only care a about clear text packets
|
||||
receivedPackets.append(p)
|
||||
|
||||
|
||||
Reference in new issue
Block a user