bump setgroup on top of radio (#2157)

* bump setgroup on top of radio

* move group up
This commit is contained in:
Peli de Halleux 2019-06-07 14:27:55 -07:00 committed by Abhijith Chatra
parent 1efd5bc8bb
commit 4770b4dee2
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ namespace radio {
* @param id the group id between ``0`` and ``255``, eg: 1 * @param id the group id between ``0`` and ``255``, eg: 1
*/ */
//% help=radio/set-group //% help=radio/set-group
//% weight=10 blockGap=8 //% weight=100
//% blockId=radio_set_group block="radio set group %ID" //% blockId=radio_set_group block="radio set group %ID"
//% id.min=0 id.max=255 //% id.min=0 id.max=255
void setGroup(int id) { void setGroup(int id) {

View File

@ -52,7 +52,7 @@ declare namespace radio {
* @param id the group id between ``0`` and ``255``, eg: 1 * @param id the group id between ``0`` and ``255``, eg: 1
*/ */
//% help=radio/set-group //% help=radio/set-group
//% weight=10 blockGap=8 //% weight=100
//% blockId=radio_set_group block="radio set group %ID" //% blockId=radio_set_group block="radio set group %ID"
//% id.min=0 id.max=255 shim=radio::setGroup //% id.min=0 id.max=255 shim=radio::setGroup
function setGroup(id: int32): void; function setGroup(id: int32): void;