Closed jaustin closed 1 year ago
I can confirm I can replicate this issue on /beta:
makecode.microbit.org version: 6.0.1 Microsoft MakeCode version: 8.6.52 microbit runtime version: v2.2.0-rc6 codal-microbit-v2 runtime version: v0.2.54
radio.onReceivedNumber(function (receivedNumber) {
basic.showIcon(IconNames.Duck)
})
input.onGesture(Gesture.Shake, function () {
basic.clearScreen()
radio.sendNumber(1)
})
radio.setGroup(1)
@jwunderl regression from your change to spin the simulator early?
I can confirm that this fix works for me too
Describe the bug The radio chuck-a-duck program doesn't work on /beta on the simulator, as far as I can see
I notice that there's a change in when the simulator appears between live and beta.
Take this program:
Normally this will allow you to try 'chuck-a-duck' in the simulator, however in the current /beta the radio message never appears to be received by the 'top' micro:bit
Here's the simulator on /beta
Here's the simulator on live (working)
cc @abchatra this is a very common/popular example commonly used as a live demo