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.
Revision 1:89b525515734, committed 2018-01-26
- Comitter:
- novecento
- Date:
- Fri Jan 26 23:48:45 2018 +0000
- Parent:
- 0:53f603890bd2
- Commit message:
- Disabled BLE stack
Changed in this revision
| config.json | Show annotated file Show diff for this revision Revisions of this file |
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
diff -r 53f603890bd2 -r 89b525515734 config.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config.json Fri Jan 26 23:48:45 2018 +0000
@@ -0,0 +1,8 @@
+{
+ "microbit-dal":{
+ "bluetooth":{
+ "enabled": 0,
+ "pairing_mode": 0
+ }
+ }
+}
\ No newline at end of file
diff -r 53f603890bd2 -r 89b525515734 mbed_app.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed_app.json Fri Jan 26 23:48:45 2018 +0000
@@ -0,0 +1,3 @@
+{
+ "macros": [ "MICROBIT_BLE_ENABLED=0", "MICROBIT_BLE_PAIRING_MODE=0" ]
+}
\ No newline at end of file