Skip to content

Release v3.1.0a3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jul 21:26

Added

  • Added reset_angle=False keyword argument to Motor() class.
    This makes resetting the angle optional, allowing to maintain absolute
    positioning for robots with gears (support#389).

Changed

  • Moved MicroPython math module to umath to be consistent with other
    MicroPython modules.

Fixed

  • Fixed City hub not always powering off on shutdown (support#385).
  • Fixed Move hub turning back on after shutdown (support#386).