Skip to content

Commit

Permalink
setup: added mcast to list on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 31, 2023
1 parent 6726074 commit 5d9d4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dronecan_gui_tool/setup_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def list_ifaces():
out[port.description()] = port.systemLocation()

mifaces = _mavcan_interfaces()
mifaces += ["mcast:0", "mcast:1"]
for x in mifaces:
out[x] = x

Expand Down

0 comments on commit 5d9d4e6

Please sign in to comment.