updated transmit power default value
This commit is contained in:
parent
e055484492
commit
d7528c09e3
@ -214,7 +214,7 @@ namespace radio {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the output power level of the transmitter to the given value.
|
* Change the output power level of the transmitter to the given value.
|
||||||
* @param power a value in the range 0..7, where 0 is the lowest power and 7 is the highest, 7 eg
|
* @param power a value in the range 0..7, where 0 is the lowest power and 7 is the highest. eg: 7
|
||||||
*/
|
*/
|
||||||
//% help=radio/set-transmit-power
|
//% help=radio/set-transmit-power
|
||||||
//% weight=9
|
//% weight=9
|
||||||
|
2
libs/microbit-radio/shims.d.ts
vendored
2
libs/microbit-radio/shims.d.ts
vendored
@ -94,7 +94,7 @@ declare namespace radio {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Change the output power level of the transmitter to the given value.
|
* Change the output power level of the transmitter to the given value.
|
||||||
* @param power a value in the range 0..7, where 0 is the lowest power and 7 is the highest, 7 eg
|
* @param power a value in the range 0..7, where 0 is the lowest power and 7 is the highest. eg: 7
|
||||||
*/
|
*/
|
||||||
//% help=radio/set-transmit-power
|
//% help=radio/set-transmit-power
|
||||||
//% weight=9
|
//% weight=9
|
||||||
|
Loading…
Reference in New Issue
Block a user