From 4668852b0b42ef9687d1bc0e2de00b519ef7d0ea Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Thu, 8 May 2025 15:22:27 -0700 Subject: [PATCH] Admin messages should be requesting acknowledgements --- meshtastic/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,