Skip to content

Commit

Permalink
add RC Pannel
Browse files Browse the repository at this point in the history
  • Loading branch information
Huibean authored and tridge committed Aug 28, 2024
1 parent a694622 commit 69eb9e3
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dronecan_gui_tool/panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from . import stats_panel
from . import RemoteID_panel
from . import hobbywing_esc
from . import rc_panel

class PanelDescriptor:
def __init__(self, module):
Expand Down Expand Up @@ -43,5 +44,6 @@ def safe_spawn(self, parent, node):
PanelDescriptor(serial_panel),
PanelDescriptor(stats_panel),
PanelDescriptor(RemoteID_panel),
PanelDescriptor(hobbywing_esc)
PanelDescriptor(hobbywing_esc),
PanelDescriptor(rc_panel)
]
Loading

0 comments on commit 69eb9e3

Please sign in to comment.