-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
blackspherefollower
wants to merge
9
commits into
buttplugio:dev
Choose a base branch
from
blackspherefollower:loob-support
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
feat: Add support for the Joyroid Loob #545
blackspherefollower
wants to merge
9
commits into
buttplugio:dev
from
blackspherefollower:loob-support
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blackspherefollower
force-pushed
the
loob-support
branch
from
January 13, 2023 18:55
bf161f5
to
a02b2d2
Compare
blackspherefollower
force-pushed
the
loob-support
branch
from
October 9, 2023 10:54
a02b2d2
to
54ac30f
Compare
blackspherefollower
force-pushed
the
loob-support
branch
2 times, most recently
from
February 5, 2024 17:20
e13303b
to
7f9d900
Compare
…er as empty If we get back a Vec<Option<Hardwarecommand>> that isn't empty but is nothing but None, treat it as empty. Otherwise we'll spam devices with very weird output.
Interestingly, this rabbit device actually supports oscillation range!
is chonk. so chonk. 100ms timing sucks. But it works. Sorta.
blackspherefollower
force-pushed
the
loob-support
branch
from
October 3, 2024 12:38
7f9d900
to
0207853
Compare
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
force-pushed
the
loob-support
branch
from
October 3, 2024 12:51
0207853
to
76482c0
Compare
qdot
force-pushed
the
dev
branch
2 times, most recently
from
October 7, 2024 02:40
ca203ea
to
110b302
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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#365 for my attempt at a fix; my concern is that there's probably a better way to collate without duplicates than using fold.