From 244d8527c55e2a3116fd5594098ccd96d5da519c Mon Sep 17 00:00:00 2001 From: Josh Conway Date: Fri, 13 Sep 2024 19:01:47 +0000 Subject: [PATCH] fix error with protobuf block --- python scripts/meshtastic_gnuradio_RX.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python scripts/meshtastic_gnuradio_RX.py b/python scripts/meshtastic_gnuradio_RX.py index 42f3613..3dfb501 100644 --- a/python scripts/meshtastic_gnuradio_RX.py +++ b/python scripts/meshtastic_gnuradio_RX.py @@ -210,7 +210,7 @@ def decodeProtobuf(packetData, sourceID, destID): case 34 : # PAXCOUNTER_APP data = "PAXCOUNTER_APP To be implemented" case 64 : # SERIAL_APP - print(" ") + data = "SERIAL_APP To be implemented" case 65 : # STORE_FORWARD_APP sfwd = mesh_pb2.StoreAndForward() sfwd.ParseFromString(data.payload)