Button initiated config service

Dependencies:   BLE_API_EddystoneConfigService_2 mbed nRF51822

Fork of BLE_EddystoneBeaconConfigService_3 by URIBeacon

Revision:
49:8214ca32b038
Parent:
48:992874158d56
Child:
50:52a8b18d5bf1
--- a/EddystoneConfigService.h	Sat Sep 12 11:04:20 2015 +0000
+++ b/EddystoneConfigService.h	Mon Sep 14 16:22:02 2015 +0000
@@ -163,7 +163,7 @@
     * 
     */
     void start(bool resetToDefaultsFlag){
-        printf("reset to defaults flag = %d\r\n", resetToDefaultsFlag);
+        INFO("reset to defaults flag = %d\r\n", resetToDefaultsFlag);
         if (!resetToDefaultsFlag && (params.uriDataLength > URI_DATA_MAX)) {
             resetToDefaultsFlag = true;
         }