Button initiated config service

Dependencies:   BLE_API_EddystoneConfigService_2 mbed nRF51822

Fork of BLE_EddystoneBeaconConfigService_3 by URIBeacon

Revision:
54:4418b24f2506
Parent:
53:cc4cb139ef0d
Child:
55:3818a9fa827d
--- a/main.cpp	Tue Sep 15 18:27:54 2015 +0000
+++ b/main.cpp	Wed Sep 16 17:29:51 2015 +0000
@@ -33,7 +33,7 @@
  *
  * The following help with this switch.
  */
-static const int CONFIG_ADVERTISEMENT_TIMEOUT_SECONDS = 60  ;  // Duration after power-on that config service is available.
+static const int CONFIG_ADVERTISEMENT_TIMEOUT_SECONDS = 30;  // Duration after power-on that config service is available.
 Ticker configAdvertisementTimeout;
 
 /**