-
Notifications
You must be signed in to change notification settings - Fork 39
Upgrade MicroPython to 2.1.0-beta.3 #964
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
Conversation
Preview build will be at |
The following code works with the update (i.e., the use of waveform). However, the micro:bit constantly generates noise after the sound effect has played and cannot be stopped.
|
Looks like playing any Sound Expression triggers this, same problem with |
This is likely something introduced by CODAL, I think I'll retract beta.2, and release beta.3 with an older CODAL. |
This should now have been fixed in CODAL v0.2.43 ( https://github.com/lancaster-university/codal-microbit-v2/releases/tag/v0.2.43 ) which removes a single timing line in the emoji synth that seems to selectively affect higher-level languages. |
English only for the moment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now. I've added the type stubs and we've updated the simulator on microbit-foundation/micropython-microbit-v2-simulator#65
No description provided.