
Button initiated config service
Dependencies: BLE_API_EddystoneConfigService_2 mbed nRF51822
Fork of BLE_EddystoneBeaconConfigService_3 by
Revision 54:4418b24f2506, committed 2015-09-16
- Comitter:
- mbedAustin
- Date:
- Wed Sep 16 17:29:51 2015 +0000
- Parent:
- 53:cc4cb139ef0d
- Child:
- 55:3818a9fa827d
- Commit message:
- changed config service from 60s->30s
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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; /**