You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the drive base control, max_duty is not used so it was uninitialized.
However this causes problems since pbio_control_settings_set_limits()
requires duty >= 1 and the MicroPython bindings pass back the current
value to that function when modifying other settings.
Issue: pybricks/support#323
0 commit comments