BLE EddystoneService example
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-EddystoneService/
Please read the documentation in this page.
Diff: source/main.cpp
- Revision:
- 29:2dfc5cc8569b
- Parent:
- 12:b31d7c0f906c
diff -r a00d968c5b5f -r 2dfc5cc8569b source/main.cpp --- a/source/main.cpp Tue May 09 14:45:37 2017 +0100 +++ b/source/main.cpp Wed May 10 10:16:28 2017 +0100 @@ -39,9 +39,7 @@ /* Values for radio power levels, provided by manufacturer. */ static const PowerLevels_t radioPowerLevels = {-30, -16, -4, 4}; -static EventQueue eventQueue( - /* event count */ 16 * /* event size */ 32 -); +static EventQueue eventQueue(/* event count */ 16 * EVENTS_EVENT_SIZE); DigitalOut led(LED1, 1);