There was an error while loading. Please reload this page.
1 parent ff2777b commit 783feb8Copy full SHA for 783feb8
1 file changed
dronecan_gui_tool/panels/actuator_panel.py
@@ -52,7 +52,7 @@ def __init__(self, parent):
52
53
self._actuator_id = QSpinBox(self)
54
self._actuator_id.setMinimum(0)
55
- self._actuator_id.setMaximum(15)
+ self._actuator_id.setMaximum(255)
56
self._actuator_id.setValue(0)
57
self._actuator_id.setPrefix('ID: ')
58
0 commit comments