Skip to content

Commit

Permalink
added tunnel.Taretted to filter list
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 9, 2023
1 parent 8f04f1e commit 714fca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dronecan_gui_tool/widgets/local_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def setup_filtering(node):
ids.append(dronecan.uavcan.protocol.file.GetInfo.default_dtid)
ids.append(dronecan.uavcan.protocol.dynamic_node_id.Allocation.default_dtid)
ids.append(dronecan.uavcan.protocol.debug.LogMessage.default_dtid)
ids.append(dronecan.uavcan.tunnel.Targetted.default_dtid)
logger.info("Setup %u filter IDs" % len(ids))
driver.set_filter_list(ids)

Expand Down

0 comments on commit 714fca9

Please sign in to comment.