Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 2215 by properly remapping ports to fit new firmware changes #2229

Merged
merged 7 commits into from
Jul 31, 2019
Merged

Fix 2215 by properly remapping ports to fit new firmware changes #2229

merged 7 commits into from
Jul 31, 2019

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    4041fba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcccae9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Add port mappings to support older firmware version 2.0.00.0016 and l…

    …ater as well as newer firmware version 2.0.00.0017 or newer
    knandersen committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    e7634d5 View commit details
    Browse the repository at this point in the history
  2. This commit addresses a discussion in #2229 around backward compatibi…

    …lity.
    
    This change creates two different port mappings for the Move Hub. By default the extension will use the newer mapping introduced in firmware version 1.0.00.0224. When connected to the hub, the extension will request the hub's firmware version. If it's older than 1.0.00.0224 it will use the older mapping.
    knandersen committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    fcbac75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842a8e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Configuration menu
    Copy the full SHA
    4523597 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Fixed issue where port A motor position was not being reported becaus…

    …e the port number was false-y
    knandersen committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    7d7ce2d View commit details
    Browse the repository at this point in the history