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

Avoid deadlock BT/LE HID send when disconnected #2252

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

earlephilhower
Copy link
Owner

Fixes #2251

The 2-phase send could get out of whack if transmission was attempted when no device was connected. Clear things up so if things aren't connected, then no data gets set as pending.

Fixes #2251

The 2-phase send could get out of whack if transmission was attempted when
no device was connected. Clear things up so if things aren't connected,
then no data gets set as pending.
@earlephilhower earlephilhower merged commit 2cde8bd into master Jul 4, 2024
13 checks passed
@earlephilhower earlephilhower deleted the bleargh branch July 4, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JoystickBLE Doesnt Work if you remove BOOTSEL if statement
1 participant