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

feat: Add support for the Joyroid Loob #545

Draft
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Jan 31, 2024

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

Commits on Feb 5, 2024

  1. feat: Add support for the Joyroid Loob

    This change will require a fix in btleplug, as the LOOB has duplicate
    characteristic UUIDs and btleplug gives us the last one, not the first.
    See deviceplug/btleplug@4a2089b for my attempt at a fix (only tested on
    Windows, but passing tests on all); my concern is that there's probably
    a better way to collet without duplicates than using fold.
    blackspherefollower committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    85aa98e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9d900 View commit details
    Browse the repository at this point in the history