Skip to content

Conversation

@microbit-robert
Copy link

No description provided.

@github-actions
Copy link

github-actions bot commented Oct 8, 2024

Preview build will be at
https://review-ml.microbit.org/compat-v1/

@microbit-robert
Copy link
Author

Some changes to messages/ui.en.json are the result of running the i18n compile step and not directly related to this PR.

Comment on lines 85 to 91
// Open editor if device is not a V1, otherwise show warning dialog.
const bluetoothConnection = getBluetoothConnection();
if (bluetoothConnection) {
if (bluetoothConnection.getBoardVersion() === "V1") {
return onOpen();
}
}

Choose a reason for hiding this comment

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

Might be nice to hide the bluetooth-specific nature of this behind something in the hook as we might do V1 radio bridge at some point.

Copy link
Author

Choose a reason for hiding this comment

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

Done here. A bit more work to hold on to the radio remote board version 5dc85ea

radioRemoteBoardVersion is currently not cleared if you go back to the home page and start a new session. It's only cleared on a page refresh.

Choose a reason for hiding this comment

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

We're going to ponder this on a separate ticket.

Base automatically changed from react to main October 9, 2024 08:49
@microbit-matt-hillsdon microbit-matt-hillsdon marked this pull request as ready for review October 9, 2024 10:36
@microbit-matt-hillsdon microbit-matt-hillsdon changed the title [WIP - DO NOT MERGE] Dialog warnings for using MakeCode with a V1 Dialog warnings for using MakeCode with a V1 Oct 9, 2024
@microbit-matt-hillsdon
Copy link

Just waiting on copy feedback now, otherwise LGTM.

@microbit-matt-hillsdon
Copy link

Copy feedback not likely in time for beta, gone with best guess and will tweak later.

@microbit-matt-hillsdon microbit-matt-hillsdon merged commit 84d0b11 into main Oct 10, 2024
1 check passed
@microbit-matt-hillsdon microbit-matt-hillsdon deleted the compat-v1 branch October 10, 2024 10:26
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.

3 participants