For switch science magazine

Dependencies:   BLE_API mbed nRF51822

Fork of mbed_EddystoneURL_Beacon by Roy Want

Files at this revision

API Documentation at this revision

Comitter:
asagin
Date:
Wed Feb 24 09:08:53 2016 +0000
Parent:
2:420532c6dd54
Commit message:
pulished

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 420532c6dd54 -r 159eb1a94bbb main.cpp
--- a/main.cpp	Wed Aug 19 04:41:21 2015 +0000
+++ b/main.cpp	Wed Feb 24 09:08:53 2016 +0000
@@ -77,7 +77,7 @@
 
     /* Initialize a Eddystone URL Config service providing config params, default URI, and power levels. */
     static EddystoneURLConfigService::PowerLevels_t defaultAdvPowerLevels = {-20, -4, 0, 10}; // Values for ADV packets related to firmware levels
-    eddystoneUrlConfig= new EddystoneURLConfigService(ble, params, !fetchedFromPersistentStorage, "http://physical-web.org", defaultAdvPowerLevels);
+    eddystoneUrlConfig= new EddystoneURLConfigService(ble, params, !fetchedFromPersistentStorage, "http://ssci.to", defaultAdvPowerLevels);
     if (!eddystoneUrlConfig->configuredSuccessfully()) {
         error("failed to accommodate URI");
     }
diff -r 420532c6dd54 -r 159eb1a94bbb mbed.bld
--- a/mbed.bld	Wed Aug 19 04:41:21 2015 +0000
+++ b/mbed.bld	Wed Feb 24 09:08:53 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/b9ad9a133dc7
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/252557024ec3
\ No newline at end of file