Changed to work with St Board

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_URIBeacon by Bluetooth Low Energy

Revision:
18:569257e0af4e
Parent:
17:e2c0a1696e39
Child:
23:001aebcbac9a
--- 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();