mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
Admin messages should be requesting acknowledgements
This commit is contained in:
1 parent
c3973117c8
commit
4668852b0b
1 file changed
+1
-1
+1
-1
@@ -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,
|
||||
|
||||
Reference in new issue
Block a user