Lightly modified version of the BLE stack, that doesn't bring up a DFUService by default... as we have our own.

Fork of BLE_API by Bluetooth Low Energy

Revision:
270:e2e0f4c850fd
Parent:
269:d818d11dca4e
Child:
271:7f2465b7978e
diff -r d818d11dca4e -r e2e0f4c850fd services/URIBeaconConfigService.h
--- 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 {