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.
Dependencies: BLE_API mbed-dev nRF51822
Diff: HIDController_BLE.cpp
- Revision:
- 19:cd7f2fe05ae4
- Parent:
- 18:5d0232c9e70e
- Child:
- 20:d8840ac38434
--- a/HIDController_BLE.cpp Mon Aug 22 13:06:35 2016 +0000 +++ b/HIDController_BLE.cpp Mon Aug 22 13:08:40 2016 +0000 @@ -225,7 +225,7 @@ // printf("set device name\r\n"); error = ble.gap().setDeviceName(DEVICE_NAME); if (error != BLE_ERROR_NONE) goto return_error; - // ble.gap().setTxPower(-12); + ble.gap().setTxPower(0); printf("advertising\r\n");