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.
Dependents: BLE_PowerBank_HeyFaradey
Fork of BLE_API by
Diff: module.json
- Revision:
- 860:0d41e4eb3d0a
- Parent:
- 858:38a4963a455e
- Child:
- 861:2afa79e3ed0a
--- a/module.json Mon Nov 02 09:09:07 2015 +0000 +++ b/module.json Mon Nov 02 09:09:07 2015 +0000 @@ -1,6 +1,6 @@ { "name": "ble", - "version": "1.1.0", + "version": "1.0.0", "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.", "keywords": [ "Bluetooth", @@ -10,7 +10,7 @@ ], "author": "Rohit Grover", "repository": { - "url": "git@github.com:ARMmbed/ble.git", + "url": "https://github.com/ARMmbed/ble.git", "type": "git" }, "homepage": "http://mbed.org/ble", @@ -28,9 +28,6 @@ "nrf51822": { "ble-nrf51822": "^1.0.0" }, - "cordio": { - "ble-wicentric": "~0.0.0" - }, "mbed-classic": { "mbed-classic": "~0.0.1" },