project for eddystone

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_URIBeacon by Bluetooth Low Energy

Files at this revision

API Documentation at this revision

Comitter:
rgrover1
Date:
Mon Mar 16 12:35:22 2015 +0000
Parent:
17:e2c0a1696e39
Child:
19:982bbbc3fc96
Commit message:
minor change to a comment.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Mar 13 10:13:18 2015 +0000
+++ b/main.cpp	Mon Mar 16 12:35:22 2015 +0000
@@ -87,7 +87,7 @@
     DeviceInformationService deviceInfo(ble, "ARM", "UriBeacon", "SN1", "hw-rev1", "fw-rev1", "soft-rev1");
 
     ble.startAdvertising(); /* Set the whole thing in motion. After this call a GAP central can scan the URIBeaconConfig
-                             * service, which then automatically switches to the URIBeacon after a timeout. */
+                             * service. This can then be switched to the normal URIBeacon functionality after a timeout. */
 
     while (true) {
         ble.waitForEvent();