mirror of
https://github.com/meshtastic/python.git
synced 2025-12-30 19:37:52 -05:00
defalt to reliable msgs
This commit is contained in:
@@ -59,7 +59,7 @@ def testSend(fromInterface, toInterface):
|
||||
# toNode = 255
|
||||
|
||||
logging.info(f"Sending test packet from {fromNode} to {toNode}")
|
||||
fromInterface.sendText(f"Test {testNumber}", toNode, wantAck=False)
|
||||
fromInterface.sendText(f"Test {testNumber}", toNode, wantAck=True)
|
||||
time.sleep(30)
|
||||
return (len(receivedPackets) >= 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user