fix #12 "meshtastic --sendtext fish --dest '!2462abf84098'" now works

This commit is contained in:
geeksville committed 2020-09-08 09:58:23 -07:00
1 parent b6219e003c
commit cb6f7097c2
1 file changed
+1 -1
+1 -1
View File
@@ -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