updated transmit power default value

This commit is contained in:
Peli de Halleux 2016-06-19 05:15:13 -07:00
parent e055484492
commit d7528c09e3
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ namespace radio {
/**
* 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
//% weight=9

View File

@ -94,7 +94,7 @@ declare namespace radio {
/**
* 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
//% weight=9