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.
Dependents: LinkNode_SimpleChatwithSerial
Fork of BLE_API by
Diff: ble/services/EddystoneConfigService.h
- Revision:
- 831:47413688398a
- Parent:
- 830:a6ef72e0697a
- Child:
- 832:5dac246f8f02
--- a/ble/services/EddystoneConfigService.h Tue Sep 29 09:54:18 2015 +0100
+++ b/ble/services/EddystoneConfigService.h Tue Sep 29 09:54:19 2015 +0100
@@ -241,10 +241,8 @@
if (defaultUriDataLength > URI_DATA_MAX) {
return;
}
- memcpy(defaultUriData,uriIn,URI_DATA_MAX);
- //defaultUriDataLength = strlen(uriIn);
- INFO("\t default URI = %s : %d", uriIn, defaultUriDataLength);
-// defaultUriData = (UriData_t *)uriIn;
+ INFO("\t URI input = %s : %d", uriIn, defaultUriDataLength);
+ INFO("\t default URI = %s : %d ",defaultUriData,defaultUriDataLength );
defaultUriAdvPeriod = advPeriod;
urlIsSet = true; // flag to add this to eddystone service when config is done
}
