* use typescript from workspace

* fixed tracking in localhost

* updated ordering of input/radio
This commit is contained in:
Peli de Halleux
2016-10-11 19:36:00 -07:00
committed by GitHub
parent 0ffccdca85
commit f7ed06108d
8 changed files with 73 additions and 70 deletions

View File

@ -210,7 +210,7 @@ namespace radio {
* @ param id the group id between ``0`` and ``255``, 1 eg
*/
//% help=radio/set-group
//% weight=10 blockGap=8
//% weight=10 blockGap=8 advanced=true
//% blockId=radio_set_group block="radio set group %ID"
void setGroup(int id) {
if (radioEnable() != MICROBIT_OK) return;
@ -232,6 +232,7 @@ namespace radio {
/**
* Set the radio to transmit the serial number in each message.
* @param transmit value indicating if the serial number is transmitted, eg: true
*/
//% help=radio/set-transmit-serial-number
//% weight=8 blockGap=8