Nano RGB LED mesh
Fork of nRF51822 by
Diff: source/nRF5xn.cpp
- Revision:
- 400:7527265d3868
- Parent:
- 388:db85a09c27ef
- Child:
- 401:bd0f4eaad9f0
--- 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: