Release 0.4.2
============= This is a minor release. Enhancements ~~~~~~~~~~~~ * fix #53: add GattClient API for handling HVX Events (notifications and indications). Refer to GattClient::onHVX(HVXCallback_t ...). * Reformat source tree to align nRF51822 for yotta. Bugfixes ~~~~~~~~ none.master
parent
57c99a5ac3
commit
e408ce6f02
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ble-nrf51822",
|
||||
"version": "0.4.1",
|
||||
"version": "0.4.2",
|
||||
"description": "Nordic stack and drivers for the mbed BLE API.",
|
||||
"keywords": [
|
||||
"Bluetooth",
|
||||
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"ble": "~0.4.1"
|
||||
"ble": "~0.4.2"
|
||||
},
|
||||
"extraIncludes": [
|
||||
"source/btle",
|
||||
|
|
Loading…
Reference in New Issue