BLE_API_Tiny_BLE
Fork of BLE_API by
Revision 270:e2e0f4c850fd, committed 2015-01-21
- Comitter:
- rgrover1
- Date:
- Wed Jan 21 09:32:52 2015 +0000
- Parent:
- 269:d818d11dca4e
- Child:
- 271:7f2465b7978e
- Commit message:
- Synchronized with git rev 06fe64b0
Author: Rohit Grover
remove calls to virtual methods from the constructor.
Changed in this revision
services/URIBeaconConfigService.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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 {