fix(rx): receiver improvements

This commit is contained in:
2025-12-04 00:20:26 +01:00
parent e10acf6d6c
commit 5914817d22
2 changed files with 22 additions and 1 deletions

View File

@@ -37,5 +37,5 @@ received = asyncio.run(tcp_client())
with open("rx_packets.json") as packetfile:
with open("rx_packets.json", mode="w") as packetfile:
json.dump(received, packetfile)