diff --git a/meshtastic/node.py b/meshtastic/node.py index f8e81f6..53c91db 100644 --- a/meshtastic/node.py +++ b/meshtastic/node.py @@ -983,7 +983,7 @@ class Node: p, self.nodeNum, portNum=portnums_pb2.PortNum.ADMIN_APP, - wantAck=False, + wantAck=True, wantResponse=wantResponse, onResponse=onResponse, channelIndex=adminIndex,