Rename the parameters for the sendValue block (#293)

This commit is contained in:
Richard Knoll
2016-10-27 14:48:22 -07:00
committed by GitHub
parent f2e1bc0168
commit 95e4c609a4
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Communicate data using radio packets
```cards
radio.sendNumber(0);
radio.sendValue("data", 0);
radio.sendValue("name", 0);
radio.sendString("");
radio.onDataPacketReceived(() => {