From 817a8601dd08d28b412a4580418ae72f83c35afb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 18 Oct 2025 08:53:30 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 4ab12da..44cd900 100644 --- a/modules/system.py +++ b/modules/system.py @@ -821,7 +821,7 @@ def send_raw_bytes(nodeid, raw_bytes, nodeInt=1, channel=0, portnum=256, want_a wantAck=want_ack ) # Throttle the message sending to prevent spamming the device - logger.debug(f"Sent raw bytes to {nodeid} on portnum {portnum} via Device{nodeInt}") + logger.debug(f"System: Sent raw bytes to {nodeid} on portnum {portnum} via Device{nodeInt}") time.sleep(responseDelay) return True except Exception as e: