Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Revision 639:fdeb2820ef26, committed 2016-12-29
- Comitter:
- nakamae
- Date:
- Thu Dec 29 07:05:48 2016 +0000
- Parent:
- 638:c90ae1400bf2
- Commit message:
- new;
Changed in this revision
--- a/TARGET_MCU_NRF51822/source/projectconfig.h Wed Sep 14 14:39:43 2016 +0100 +++ b/TARGET_MCU_NRF51822/source/projectconfig.h Thu Dec 29 07:05:48 2016 +0000 @@ -96,8 +96,8 @@ /*========================================================================= BTLE SETTINGS -----------------------------------------------------------------------*/ - - #define CFG_BLE_TX_POWER_LEVEL 0 /**< in dBm (Valid values are -40, -20, -16, -12, -8, -4, 0, 4) */ +//I changed this + #define CFG_BLE_TX_POWER_LEVEL -20 /**< in dBm (Valid values are -40, -20, -16, -12, -8, -4, 0, 4) */ /*---------------------------- BOND MANAGER ---------------------------*/ #define CFG_BLE_BOND_FLASH_PAGE_BOND (BLE_FLASH_PAGE_END-1) /**< Flash page used for bond manager bonding information.*/
--- a/TARGET_NRF5/source/projectconfig.h Wed Sep 14 14:39:43 2016 +0100 +++ b/TARGET_NRF5/source/projectconfig.h Thu Dec 29 07:05:48 2016 +0000 @@ -96,8 +96,8 @@ /*========================================================================= BTLE SETTINGS -----------------------------------------------------------------------*/ - - #define CFG_BLE_TX_POWER_LEVEL 0 /**< in dBm (Valid values are -40, -20, -16, -12, -8, -4, 0, 4) */ +//This is change from 0 + #define CFG_BLE_TX_POWER_LEVEL -20 /**< in dBm (Valid values are -40, -20, -16, -12, -8, -4, 0, 4) */ /*---------------------------- BOND MANAGER ---------------------------*/ #define CFG_BLE_BOND_FLASH_PAGE_BOND (BLE_FLASH_PAGE_END-1) /**< Flash page used for bond manager bonding information.*/