bump setgroup on top of radio (#2157)
* bump setgroup on top of radio * move group up
This commit is contained in:
parent
1efd5bc8bb
commit
4770b4dee2
@ -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) {
|
||||||
|
2
libs/radio/shims.d.ts
vendored
2
libs/radio/shims.d.ts
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user