Update radio event parm usage descriptions (#2075)

This commit is contained in:
Galen Nickel
2019-05-28 21:09:08 -07:00
committed by GitHub
parent 147cc32220
commit 7950f1b4d7
8 changed files with 9 additions and 10 deletions

View File

@ -116,7 +116,7 @@ radio.onReceivedNumber(function (receivedNumber) {
})
```
Go to ``||variables:Variables||`` and get the ``||variables:receivedNumber||`` variable and put it in first slot of the ``||logic:0 = 0||``. Change the `0` in the second slot to `1`.
Pull the ``||variables:receivedNumber||`` variable down from the ``||radio:radio on received receivedNumber||`` and put it in first slot of the ``||logic:0 = 0||``. Change the `0` in the second slot to `1`.
```blocks