
Button initiated config service
Dependencies: BLE_API_EddystoneConfigService_2 mbed nRF51822
Fork of BLE_EddystoneBeaconConfigService_3 by
Revision 49:8214ca32b038, committed 2015-09-14
- Comitter:
- mbedAustin
- Date:
- Mon Sep 14 16:22:02 2015 +0000
- Parent:
- 48:992874158d56
- Child:
- 50:52a8b18d5bf1
- Commit message:
- replaces printf with INFO messages to enable lower power sleep modes (default off debug messages)
Changed in this revision
BLE_API.lib | Show annotated file Show diff for this revision Revisions of this file |
EddystoneConfigService.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/BLE_API.lib Sat Sep 12 11:04:20 2015 +0000 +++ b/BLE_API.lib Mon Sep 14 16:22:02 2015 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/teams/URIBeacon/code/BLE_API_eddystoneConfig/#6f7f72340e43 +https://developer.mbed.org/teams/URIBeacon/code/BLE_API_eddystoneConfig/#387cb9616d9f
--- 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; }