diff --git a/modules/system.py b/modules/system.py index 5b4c015..6b0b178 100644 --- a/modules/system.py +++ b/modules/system.py @@ -830,6 +830,7 @@ def decode_raw_bytes(raw_bytes): # Decode raw bytes received from a Meshtastic device. try: decoded_message = raw_bytes.decode('utf-8', errors='ignore') + # reminder for a synch word check or crc check if needed later logger.debug(f"Decoded raw bytes: {decoded_message}") return decoded_message except Exception as e: