-
Notifications
You must be signed in to change notification settings - Fork 644
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
bad interaction between radio and jacdac proxy mode #6005
Comments
OK. Here's what's going on (a bad interaction between features):
Sigh... |
I think the solution here is for the Jacdac extension to have a way to specify that only one code (mbit) simulator is allowed. @eanders-ms, @pelikhan, @abchatra - what do you think? This can easily be done via providing a new method in the simulator framework that can be called from Static TypeScript. |
The above changes provide a function to turn off multiple simulators (for the rest of a program execution). See following program
|
approved and committed (will need to bump pxt, pxt-common-packages, pxt-microbit): @abchatra |
Done |
See https://makecode.microbit.org/_Eei0YxUotXsy
The program uses the Jacdac extension and sends a radio message. The bad behavior:
Expected behavior:
The text was updated successfully, but these errors were encountered: