ARMmbed / ble-examples

BLE demos using mbed OS 3 and yotta.
Apache License 2.0
24 stars 27 forks source link

Fix BLE_Beacon demo and modify readme #27

Closed andresag01 closed 8 years ago

andresag01 commented 8 years ago

Modify the BLE_Beacon demo to allocate the iBeacon object in heap rather than in the stack where it is lost after the function terminates. Also, modified BLE_EddystoneService readme file to include instructions on switching SoftDevice when building for 16K targets. Finally changes the module name of the BLE_EddystoneService in the module.json file. @rgrover