-
Notifications
You must be signed in to change notification settings - Fork 708
Description
The Radio Broadcast blocks pages show an old, incorrect sample which has been updated after #6115 in PR #6122
https://makecode.microbit.org/reference/radio/send-message
https://makecode.microbit.org/reference/radio/on-received-message

These sources all seem to have the new example:
https://github.com/microsoft/pxt-microbit/blob/master/libs/radio-broadcast/docs/reference/radio/send-message.md
https://github.com/microsoft/pxt-microbit/blob/master/libs/radio-broadcast/docs/reference/radio/on-received-message.md
https://github.com/microsoft/pxt-microbit/blob/master/docs/reference/radio/on-received-message.md
https://github.com/microsoft/pxt-microbit/blob/master/docs/reference/radio/send-message.md
The radio-broadcast Learn more page
https://makecode.microbit.org/reference/radio-broadcast
https://github.com/microsoft/pxt-common-packages/blob/master/libs/radio-broadcast/docs/reference/radio-broadcast.md
has "send value" which actually correctly points to on received message
The send message page
https://makecode.microbit.org/reference/radio/send-message
has "on received number" instead of on received message
