Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
Diff: src/AnalyticsLogger/AnalyticsLogger.cpp
- Revision:
- 224:9ea8925c61e0
- Parent:
- 199:d65ed41d4dd4
- Child:
- 225:11e39a2f3785
--- a/src/AnalyticsLogger/AnalyticsLogger.cpp Tue Oct 11 17:59:35 2016 +0000 +++ b/src/AnalyticsLogger/AnalyticsLogger.cpp Tue Oct 18 12:02:42 2016 +0000 @@ -35,7 +35,7 @@ curr_sec = time(0); ts = localtime(&curr_sec); // printf("curr_sec=%ld, min=%d (last=%d)\r\n", curr_sec, ts->tm_min, last_min ); - if( ((ts->tm_min%1) == 0) && (ts->tm_min != last_min) ) { + if( ((ts->tm_min%15) == 0) && (ts->tm_min != last_min) ) { last_min = ts->tm_min; log_event << "\"lr\":[";