Modified UARTService.cpp UUIDs for the service
Dependents: BLE_NordicUART_IDB0XA1
Fork of BLE_API by
Diff: module.json
- Revision:
- 811:059ed1c7b128
- Parent:
- 799:73c7fc4d5385
- Child:
- 812:aba49f3176a2
diff -r c91bc1f5e035 -r 059ed1c7b128 module.json --- a/module.json Tue Sep 29 09:47:52 2015 +0100 +++ b/module.json Tue Sep 29 09:49:21 2015 +0100 @@ -1,6 +1,6 @@ { "name": "ble", - "version": "0.4.7", + "version": "0.4.6", "description": "The BLE module offers a high level abstraction for using Bluetooth Low Energy on multiple platforms.", "keywords": [ "Bluetooth", @@ -21,12 +21,12 @@ "dependencies": {}, "targetDependencies": { "nrf51822": { - "ble-nrf51822": "~0.4.7" + "ble-nrf51822": "~0.4.6" }, "mbed-classic": { "mbed-classic": "~0.0.1" }, - "mbed-os": { + "mbed": { "mbed-drivers": "*" } }