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:
- 177:9ec90c8e3ce1
- Parent:
- 125:f11cc566d073
- Child:
- 199:d65ed41d4dd4
--- a/src/AnalyticsLogger/AnalyticsLogger.cpp Tue Oct 04 12:35:18 2016 +0000 +++ b/src/AnalyticsLogger/AnalyticsLogger.cpp Tue Oct 04 15:46:51 2016 +0000 @@ -34,7 +34,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%5) == 0) && (ts->tm_min != last_min) ) { + if( ((ts->tm_min%1) == 0) && (ts->tm_min != last_min) ) { last_min = ts->tm_min; log_event << "\"lr\":[";