Simulator warnings, etc.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
# Send String
|
||||
|
||||
|
||||
|
||||
Sends a string to other micro:bits in the area connected by radio.
|
||||
|
||||
```sig
|
||||
@ -12,6 +10,12 @@ radio.sendString("Hello!")
|
||||
|
||||
* `text` is a [String](/reference/types/string) to send by radio.
|
||||
|
||||
### Simulator
|
||||
|
||||
This function only works on the micro:bit, not in browsers.
|
||||
|
||||
|
||||
|
||||
### Example: Two-way radio
|
||||
|
||||
If you load this program onto two or more micro:bits, you can send a code word from one of them to the others by pressing button `A`.
|
||||
|
Reference in New Issue
Block a user