This reverts commit 7950f1b4d7.
This commit is contained in:
committed by
Abhijith Chatra
parent
e79ff5f9e2
commit
f0e174a4f3
@@ -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