mirror of
https://github.com/meshtastic/python.git
synced 2026-02-26 03:30:47 -05:00
1.2.8
This commit is contained in:
@@ -503,8 +503,6 @@ class MeshInterface:
|
||||
raise Exception(f"NodeId {destinationId} not found in DB")
|
||||
nodeNum = node['num']
|
||||
|
||||
if nodeNum == -1:
|
||||
raise Exception("Badbug")
|
||||
meshPacket.to = nodeNum
|
||||
meshPacket.want_ack = wantAck
|
||||
meshPacket.hop_limit = hopLimit
|
||||
|
||||
Reference in New Issue
Block a user