Button initiated config service

Dependencies:   BLE_API_EddystoneConfigService_2 mbed nRF51822

Fork of BLE_EddystoneBeaconConfigService_3 by URIBeacon

Revision:
37:22175faa76be
Parent:
36:ccb188bcfef1
Child:
38:8fdb16f67e7c
diff -r ccb188bcfef1 -r 22175faa76be main.cpp
--- a/main.cpp	Wed Sep 02 22:22:31 2015 +0000
+++ b/main.cpp	Thu Sep 03 02:55:49 2015 +0000
@@ -32,7 +32,7 @@
  *
  * The following help with this switch.
  */
-static const int CONFIG_ADVERTISEMENT_TIMEOUT_SECONDS = 10;  // Duration after power-on that config service is available.
+static const int CONFIG_ADVERTISEMENT_TIMEOUT_SECONDS = 5;  // Duration after power-on that config service is available.
 Ticker configAdvertisementTimeout;
 
 /**