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: Nucleo_BLE_Demo Nucleo_BLE_Demo
Fork of Nucleo_BLE_BlueNRG by
Revision 5:fe944335161b, committed 2015-05-25
- Comitter:
- berlingeradam
- Date:
- Mon May 25 19:30:52 2015 +0000
- Parent:
- 4:d5327bfbc598
- Commit message:
- Additional limit increase
Changed in this revision
BlueNRGGattServer.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BlueNRGGattServer.h Sun May 10 15:41:02 2015 +0000 +++ b/BlueNRGGattServer.h Mon May 25 19:30:52 2015 +0000 @@ -25,7 +25,7 @@ #include <vector> #include <map> -#define BLE_TOTAL_CHARACTERISTICS 16 +#define BLE_TOTAL_CHARACTERISTICS 24 using namespace std;