Skip to content

Commit 5d9d4e6

Browse files
committed
setup: added mcast to list on windows
1 parent 6726074 commit 5d9d4e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dronecan_gui_tool/setup_window.py

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def list_ifaces():
104104
out[port.description()] = port.systemLocation()
105105

106106
mifaces = _mavcan_interfaces()
107+
mifaces += ["mcast:0", "mcast:1"]
107108
for x in mifaces:
108109
out[x] = x
109110

0 commit comments

Comments
 (0)