Fix some doc issues

This commit is contained in:
Sam El-Husseini
2018-04-21 11:47:43 -07:00
parent 918972ba6f
commit 8719f557aa
7 changed files with 7 additions and 8 deletions

View File

@ -108,7 +108,6 @@ In the ``||radio:on radio received||`` event, the temperature is received from s
let temperature = 0
basic.showString("TEMPERATURE RADIO RECEIVER")
radio.setGroup(99)
let temperature = 0
radio.onDataPacketReceived( ({ receivedNumber: temperature }) => {
basic.showNumber(temperature)
})