**The Radio Broadcast blocks pages show an old, incorrect sample** which has been updated after https://github.com/microsoft/pxt-microbit/issues/6115 in PR https://github.com/microsoft/pxt-microbit/pull/6122 https://makecode.microbit.org/reference/radio/send-message https://makecode.microbit.org/reference/radio/on-received-message <img width="730" height="129" alt="Image" src="https://github.com/user-attachments/assets/8b4d386f-f5d8-4731-b63d-5d72087004f0" /> 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](https://makecode.microbit.org/reference/radio/on-received-message) <img width="233" height="97" alt="Image" src="https://github.com/user-attachments/assets/4c48924a-930a-4ca3-9c89-65fd64e87df7" /> ----- **The send message page** https://makecode.microbit.org/reference/radio/send-message has "on received number" instead of [on received message](https://makecode.microbit.org/reference/radio/on-received-message) <img width="195" height="112" alt="Image" src="https://github.com/user-attachments/assets/c2791bba-f7ed-4502-b2f7-05b860dbfa47" />
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