From d7528c09e356e0d74f3446779f5c392af04acee7 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sun, 19 Jun 2016 05:15:13 -0700 Subject: [PATCH] updated transmit power default value --- libs/microbit-radio/radio.cpp | 2 +- libs/microbit-radio/shims.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/microbit-radio/radio.cpp b/libs/microbit-radio/radio.cpp index ab682448..e41d6d9c 100644 --- a/libs/microbit-radio/radio.cpp +++ b/libs/microbit-radio/radio.cpp @@ -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 diff --git a/libs/microbit-radio/shims.d.ts b/libs/microbit-radio/shims.d.ts index 4e65dd5b..2391ebc4 100644 --- a/libs/microbit-radio/shims.d.ts +++ b/libs/microbit-radio/shims.d.ts @@ -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