BLE Library with custom services for the tortuga bike
Fork of BLE_API by
Diff: module.json
- Revision:
- 860:0d41e4eb3d0a
- Parent:
- 858:38a4963a455e
- Child:
- 861:2afa79e3ed0a
diff -r 2a1cb15098ba -r 0d41e4eb3d0a module.json --- 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" },