mirror of
https://github.com/meshtastic/python.git
synced 2026-02-25 19:20:04 -05:00
Admin messages should be requesting acknowledgements
This commit is contained in:
@@ -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