Update nrf51-sdk dependency to v2.1.0

This is required because 2.1.0 includes additional files from the peer manager
that are used by the implementation of the whitelisting API to check whether an
address can be generated from a given IRK.
This commit is contained in:
Andres Amaya Garcia 2016-01-08 13:44:39 +00:00
parent b72f9aa24e
commit 553551aa4f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
],
"dependencies": {
"ble": "^2.3.0",
"nrf51-sdk": "^2.0.0"
"nrf51-sdk": "^2.1.0"
},
"extraIncludes": [
"source/btle",