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

Improvements to Bluetooth connectivity #300

Merged
merged 3 commits into from
Mar 4, 2025

Conversation

makermelissa
Copy link
Collaborator

@makermelissa makermelissa commented Mar 2, 2025

This is to address #183. This improve Bluetooth workflow in several ways:

  • Error messages are now displayed as a popup rather than in the console, so the user is aware that there is a problem.
  • When a problem with connecting happens, a solution of removing the device from the OS is now displayed, which works consistently
  • The workflow is a bit rearranged so that there are fewer problems connecting
  • A new more specific flag (about://flags/#enable-web-bluetooth-new-permissions-backend) is recommended over the more general (about://flags/#enable-experimental-web-platform-features) flag.
  • https enabled in vite because web bluetooth is supposed to require that (it wasn't before due to the more general flag, which I believe was part of the issue we were having with Bluetooth.

@makermelissa makermelissa requested a review from tannewt March 2, 2025 21:21
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@makermelissa makermelissa merged commit 8c1fc69 into circuitpython:beta Mar 4, 2025
1 check passed
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.

2 participants