Skip to content

Handle bluetooth connection error scenarios #279

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

Merged
merged 21 commits into from
Jul 30, 2024
Merged

Handle bluetooth connection error scenarios #279

merged 21 commits into from
Jul 30, 2024

Conversation

microbit-grace
Copy link

@microbit-grace microbit-grace commented Jul 25, 2024

Task: https://microbit-global.monday.com/boards/1125389526/pulses/1575489047

Copy link

Preview build will be at
https://review-ml.microbit.org/bt-error

@microbit-grace microbit-grace changed the title [DRAFT - DO NOT MERGE] Handle bluetooth error cases Handle bluetooth connection error scenarios Jul 29, 2024
@microbit-grace microbit-grace marked this pull request as ready for review July 29, 2024 08:27
…correct dialog and fix connect vs reconnect btn state
Comment on lines +173 to +177
// TODO: Remove forced set status and listen to status event
// from connection library instead for radio
if (this.stage.connType === "radio") {
this.setStatus(ConnectionStatus.Connected);
}
Copy link
Author

Choose a reason for hiding this comment

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

Temporary workaround so that radio bridge connection happy flow still works

Copy link

@microbit-matt-hillsdon microbit-matt-hillsdon left a comment

Choose a reason for hiding this comment

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

LGTM

@microbit-grace microbit-grace merged commit f0e44dd into react Jul 30, 2024
1 check passed
@microbit-grace microbit-grace deleted the bt-error branch July 30, 2024 11:05
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