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: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: services/URIBeaconConfigService.h
- Revision:
- 270:e2e0f4c850fd
- Parent:
- 269:d818d11dca4e
- Child:
- 271:7f2465b7978e
--- a/services/URIBeaconConfigService.h Wed Jan 21 09:32:52 2015 +0000 +++ b/services/URIBeaconConfigService.h Wed Jan 21 09:32:52 2015 +0000 @@ -126,10 +126,6 @@ ble.addService(beaconControlService); ble.onDataWritten(this, &URIBeaconConfigService::onDataWritten); - - if (storage_haveSavedLockBits()) { - storage_loadLockBits(); - } } bool configuredSuccessfully(void) const {