mirror of
https://github.com/TheCommsChannel/TC2-BBS-mesh.git
synced 2025-01-09 14:19:33 -05:00
messages are now wantAck=True to improve reliability
This commit is contained in:
parent
c6784290b5
commit
880f93d3ad
2
utils.py
2
utils.py
@ -20,7 +20,7 @@ def send_message(message, destination, interface):
|
|||||||
d = interface.sendText(
|
d = interface.sendText(
|
||||||
text=chunk,
|
text=chunk,
|
||||||
destinationId=destination,
|
destinationId=destination,
|
||||||
wantAck=False, #should this be true?
|
wantAck=True,
|
||||||
wantResponse=False
|
wantResponse=False
|
||||||
)
|
)
|
||||||
destid = get_node_id_from_num(destination, interface)
|
destid = get_node_id_from_num(destination, interface)
|
||||||
|
Loading…
Reference in New Issue
Block a user