We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where in the code does the Bluetooth connection with the bike happen?
This is the closest thing I can find:
connected-bike/src/services/bikeDataService.js
Line 9 in 76a5957
I am trying to implement something similar! I would love to utilize what you have already written if possible.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, that's the spot. The browser will present a list of devices that match the options, and you can select one from there.
Sorry, something went wrong.
Thanks for clarifying!
I was trying to use Firefox. According to this documentation (ironically from Mozilla) it appears that Web Bluetooth is not supported in Firefox.
https://developer.mozilla.org/en-US/docs/Web/API/Bluetooth/requestDevice#browser_compatibility
I will give it another try using Chrome/Chromium.
No branches or pull requests
Where in the code does the Bluetooth connection with the bike happen?
This is the closest thing I can find:
connected-bike/src/services/bikeDataService.js
Line 9 in 76a5957
I am trying to implement something similar! I would love to utilize what you have already written if possible.
Thanks!
The text was updated successfully, but these errors were encountered: