Skip to content

Commit 4668852

Browse files
committed
Admin messages should be requesting acknowledgements
1 parent c397311 commit 4668852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def _sendAdmin(
983983
p,
984984
self.nodeNum,
985985
portNum=portnums_pb2.PortNum.ADMIN_APP,
986-
wantAck=False,
986+
wantAck=True,
987987
wantResponse=wantResponse,
988988
onResponse=onResponse,
989989
channelIndex=adminIndex,

0 commit comments

Comments
 (0)