![](/media/cache/profiles/416a275fea912be3a578ba281b58bb47.jpg.50x50_q85.jpg)
Button initiated config service
Dependencies: BLE_API_EddystoneConfigService_2 mbed nRF51822
Fork of BLE_EddystoneBeaconConfigService_3 by
Diff: main.cpp
- Revision:
- 28:af37cebcb583
- Parent:
- 26:2896fbdd0450
- Child:
- 29:dfb7fb5a971b
--- a/main.cpp Fri Jul 24 03:00:57 2015 +0000 +++ b/main.cpp Fri Jul 24 03:12:21 2015 +0000 @@ -26,7 +26,7 @@ int main(void) { printf("Starting Example\r\n"); - Eddystone eddyBeacon(ble, 100, 10,UIDnamespace, UIDinstance, Url, sizeof(Url)); + EddystoneService eddyBeacon(ble, 100, 10,UIDnamespace, UIDinstance, Url, sizeof(Url)); printf("Running...\r\n"); while (true) { ble.waitForEvent();