We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decc313 commit 418c1a5Copy full SHA for 418c1a5
docs/projects/spy/micro-chat.md
@@ -47,7 +47,7 @@ radio.setGroup(1)
47
input.onButtonPressed(Button.A, function() {
48
radio.sendString("Micro Chat!")
49
})
50
-radio.onReceivedString(function (receivedString) {
+radio.onReceivedString(function(receivedString: string) {
51
52
```
53
@@ -60,7 +60,7 @@ radio.setGroup(1)
60
61
62
63
64
// @highlight
65
basic.showString(receivedString)
66
0 commit comments