mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
defalt to reliable msgs
This commit is contained in:
1 parent
54a64d18c5
commit
97017c3a99
1 file changed
+1
-1
+1
-1
@@ -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