Update radio event parm usage descriptions (#2165)
This commit is contained in:
committed by
Abhijith Chatra
parent
16a3828b1c
commit
bf68646d18
@ -63,7 +63,7 @@ input.onButtonPressed(Button.A, () => {
|
||||
input.onButtonPressed(Button.B, () => {
|
||||
radio.sendString("B")
|
||||
})
|
||||
radio.onReceivedNumber(({ receivedString }) => {
|
||||
radio.onReceivedNumber((receivedString) => {
|
||||
basic.showString(receivedString)
|
||||
})
|
||||
```
|
Reference in New Issue
Block a user