fdsf
Fork of nRF51822 by
Revision 602:e7ba21c2c943, committed 2016-01-11
- Comitter:
- vcoubard
- Date:
- Mon Jan 11 10:19:37 2016 +0000
- Parent:
- 601:5f4199aae50f
- Child:
- 603:b1616eaf8206
- Commit message:
- Synchronized with git rev 553551aa
Author: Andres Amaya Garcia
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.
Changed in this revision
module.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/module.json Mon Jan 11 10:19:37 2016 +0000 +++ b/module.json Mon Jan 11 10:19:37 2016 +0000 @@ -25,7 +25,7 @@ ], "dependencies": { "ble": "^2.3.0", - "nrf51-sdk": "^2.0.0" + "nrf51-sdk": "^2.1.0" }, "extraIncludes": [ "source/btle",