Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate writable_gatt ... more
Revision 400:7527265d3868, committed 2015-08-07
- Comitter:
- rgrover1
- Date:
- Fri Aug 07 15:57:07 2015 +0100
- Parent:
- 399:a471c3da4806
- Child:
- 401:bd0f4eaad9f0
- Commit message:
- Synchronized with git rev 6cdf4e12
Author: Rohit Grover
fix #29: support getVersion for v8 of the softdevice.
Changed in this revision
| source/nRF5xn.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/source/nRF5xn.cpp Fri Aug 07 15:57:07 2015 +0100
+++ b/source/nRF5xn.cpp Fri Aug 07 15:57:07 2015 +0100
@@ -56,6 +56,7 @@
if ((sd_ble_version_get(&version) == NRF_SUCCESS) && (version.company_id == 0x0059)) {
switch (version.version_number) {
case 0x07:
+ case 0x08:
snprintf(versionString, sizeof(versionString), "Nordic BLE4.1 fw:%04x", version.subversion_number);
break;
default:

