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 mbed_EddystoneURL_Beacon_ssci by
Revision 6:30b60c0cd516, committed 2016-04-26
- Comitter:
- asagin
- Date:
- Tue Apr 26 06:44:55 2016 +0000
- Parent:
- 5:92bda961cc04
- Commit message:
- changed URL
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 17 01:39:32 2016 +0000
+++ b/main.cpp Tue Apr 26 06:44:55 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, "https://www.switch-science.com", defaultAdvPowerLevels);
+ eddystoneUrlConfig= new EddystoneURLConfigService(ble, params, !fetchedFromPersistentStorage, "http://ssci.to/i/", defaultAdvPowerLevels);
if (!eddystoneUrlConfig->configuredSuccessfully()) {
error("failed to accommodate URI");
}
