Skip to content

Commit

Permalink
first
Browse files Browse the repository at this point in the history
add param

add all param

add error

add 3 display

add bar

auto ID

id test

test Motor ID

add opcode

add opcode

new arming

add more

add clear

add clear log

test

add mid

test mid

fix motor max cur

setMaximum to 250

add Rs Ld Flux

beta 1.0

fix max I for manta100

fix max I for manta100
  • Loading branch information
karu2003 committed Oct 28, 2024
1 parent 1f377ff commit c1f30ec
Show file tree
Hide file tree
Showing 2 changed files with 1,563 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 @@ -17,6 +17,7 @@
from . import RemoteID_panel
from . import hobbywing_esc
from . import rc_panel
from . import manta50_esc

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

0 comments on commit c1f30ec

Please sign in to comment.