sen data via radio to other microbits accept command via radio bufixes
Dependencies: BLE_API nRF51822 mbed-dev-bin
Revision 74:bbc3d3c2a6b4, committed 2022-01-16
- Comitter:
- jsa1969
- Date:
- Sun Jan 16 15:32:27 2022 +0000
- Parent:
- 73:eb91bba49623
- Commit message:
- send data via radio to other microbits; ; #define MICROBIT_BLE_ENABLED 0 mus be set in microbit/microbit-dal/inc/core/MicroBitConfig.h
Changed in this revision
inc/core/MicroBitConfig.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r eb91bba49623 -r bbc3d3c2a6b4 inc/core/MicroBitConfig.h --- a/inc/core/MicroBitConfig.h Wed Jul 13 14:32:54 2016 +0000 +++ b/inc/core/MicroBitConfig.h Sun Jan 16 15:32:27 2022 +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.