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.
Dependencies: BLE_API mbed nRF51822
Fork of BLE_URIBeacon by
Diff: main.cpp
- Revision:
- 18:569257e0af4e
- Parent:
- 17:e2c0a1696e39
- Child:
- 20:8f63cbf19f7f
--- 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();
