This reverts commit 7950f1b4d7
.
This commit is contained in:
committed by
Abhijith Chatra
parent
e79ff5f9e2
commit
f0e174a4f3
@ -28,7 +28,8 @@ radio.onReceivedString(function (receivedString) {
|
||||
|
||||
## Displaying text @fullscreen
|
||||
|
||||
Add a ``||basic:show string||`` to display the string on the screen. Pull the ``||variables:receivedString||`` out of ``||radio:on received string||`` and put it into ``||basic:show string||``.
|
||||
Add a ``||basic:show string||`` to display the string on the screen. You will find the ``receivedString`` variable
|
||||
under **Variables** in the toolbox.
|
||||
|
||||
```blocks
|
||||
radio.onReceivedString(function (receivedString) {
|
||||
|
Reference in New Issue
Block a user