mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-08-07 06:02:26 -04:00
messages are now wantAck=True to improve reliability
This commit is contained in:
parent
c6784290b5
commit
880f93d3ad
1 changed files with 1 additions and 1 deletions
2
utils.py
2
utils.py
|
@ -20,7 +20,7 @@ def send_message(message, destination, interface):
|
|||
d = interface.sendText(
|
||||
text=chunk,
|
||||
destinationId=destination,
|
||||
wantAck=False, #should this be true?
|
||||
wantAck=True,
|
||||
wantResponse=False
|
||||
)
|
||||
destid = get_node_id_from_num(destination, interface)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue