Forked to avoid changing the publioc repo
Dependencies: BLE_API mbed-dev-bin nRF51822
Fork of microbit-dal by
Revision 74:4c7db2d5ca9a, committed 2017-04-20
- Comitter:
- bluetooth_mdw
- Date:
- Thu Apr 20 13:42:44 2017 +0000
- Parent:
- 73:eb91bba49623
- Commit message:
- Example app showing how to include the Bluetooth accelerometer service in your micro:bit application code.
Changed in this revision
inc/core/MicroBitConfig.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/inc/core/MicroBitConfig.h Wed Jul 13 14:32:54 2016 +0000 +++ b/inc/core/MicroBitConfig.h Thu Apr 20 13:42:44 2017 +0000 @@ -187,7 +187,7 @@ // Open BLE links are not secure, but commonly used during the development of BLE services // Set '1' to disable all secuity #ifndef MICROBIT_BLE_OPEN -#define MICROBIT_BLE_OPEN 0 +#define MICROBIT_BLE_OPEN 1 #endif // Configure for open BLE operation if so configured