File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ radio.setGroup(1)
47
47
input.onButtonPressed(Button.A, function() {
48
48
radio.sendString("Micro Chat!")
49
49
})
50
- radio.onReceivedString(function (receivedString) {
50
+ radio.onReceivedString(function(receivedString: string ) {
51
51
})
52
52
```
53
53
@@ -60,7 +60,7 @@ radio.setGroup(1)
60
60
input.onButtonPressed(Button.A, function() {
61
61
radio.sendString("Micro Chat!")
62
62
})
63
- radio.onReceivedString(function (receivedString) {
63
+ radio.onReceivedString(function(receivedString: string ) {
64
64
// @highlight
65
65
basic.showString(receivedString)
66
66
})
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pxt-microbit" ,
3
- "version" : " 7.1.26 " ,
3
+ "version" : " 7.1.27 " ,
4
4
"description" : " micro:bit target for Microsoft MakeCode (PXT)" ,
5
5
"keywords" : [
6
6
" JavaScript" ,
You can’t perform that action at this time.
0 commit comments