sa

Fork of nRF51822 by Nordic Semiconductor

Files at this revision

API Documentation at this revision

Comitter:
nakamae
Date:
Thu Dec 29 07:05:48 2016 +0000
Parent:
638:c90ae1400bf2
Commit message:
new;

Changed in this revision

TARGET_MCU_NRF51822/source/projectconfig.h Show annotated file Show diff for this revision Revisions of this file
TARGET_NRF5/source/projectconfig.h Show annotated file Show diff for this revision Revisions of this file
--- 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.*/