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 nRF51822 mbed-dev-bin
Diff: inc/core/MicroBitConfig.h
- Revision:
- 74:26717338739d
- Parent:
- 66:2fc7d7c2fffc
diff -r eb91bba49623 -r 26717338739d inc/core/MicroBitConfig.h --- a/inc/core/MicroBitConfig.h Wed Jul 13 14:32:54 2016 +0000 +++ b/inc/core/MicroBitConfig.h Tue Nov 26 04:12:46 2019 +0000 @@ -167,7 +167,7 @@ // Enable/Disable BLE during normal operation. // Set '1' to enable. #ifndef MICROBIT_BLE_ENABLED -#define MICROBIT_BLE_ENABLED 1 +#define MICROBIT_BLE_ENABLED 0 #endif // Enable/Disable BLE pairing mode mode at power up.