mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
update version
This commit is contained in:
@@ -38,6 +38,7 @@ async def get_topic_envelopes(mqtt_server, mqtt_port, topics, mqtt_user, mqtt_pa
|
||||
async for msg in client.messages:
|
||||
try:
|
||||
envelope = ServiceEnvelope.FromString(msg.payload)
|
||||
print(envelope)
|
||||
except DecodeError:
|
||||
continue
|
||||
decrypt(envelope.packet)
|
||||
|
||||
Reference in New Issue
Block a user