Delta / Mbed OS BLE_Secure_HeartRate_DELTA

Fork of BLE_HeartRate_DELTA by Delta

Revision:
1:82331af3e4c9
Parent:
0:c7bcc0b36b5e
Child:
2:0737743120d7
--- a/main.cpp	Thu Oct 13 07:34:53 2016 +0000
+++ b/main.cpp	Tue Mar 14 08:33:26 2017 +0000
@@ -86,6 +86,8 @@
      * BLE object is used in the main loop below. */
     while (ble.hasInitialized()  == false) { /* spin loop */ }
 
+    ble.setTxPower(0);
+    
     // infinite loop
     while (1) {
         // check for trigger from periodicCallback()