mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 14:59:24 -04:00
fix #12 "meshtastic --sendtext fish --dest '!2462abf84098'" now works
This commit is contained in:
1 parent
b6219e003c
commit
cb6f7097c2
1 file changed
+1
-1
@@ -162,7 +162,7 @@ class MeshInterface:
|
||||
elif destinationId == BROADCAST_ADDR:
|
||||
nodeNum = BROADCAST_NUM
|
||||
else:
|
||||
nodeNum = self.nodes[destinationId].num
|
||||
nodeNum = self.nodes[destinationId]['num']
|
||||
|
||||
meshPacket.to = nodeNum
|
||||
meshPacket.want_ack = wantAck
|
||||
|
||||
Reference in new issue
Block a user