mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-28 14:01:21 +02:00
Update system.py
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user