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: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: measurement/Temperature.cpp
- Revision:
- 117:e831cdb799ab
- Parent:
- 100:dbcd3bc51758
- Child:
- 123:311fa85af2b3
--- a/measurement/Temperature.cpp Wed May 20 09:55:49 2015 +0000 +++ b/measurement/Temperature.cpp Wed May 20 09:57:55 2015 +0000 @@ -19,8 +19,6 @@ time_t t_interval = time(NULL) - t_start; if (t_interval < TIME_LIMIT_TEMP) { return 0; - } else { - aDebug("Temp: Timeout at %d s.\n", t_interval); } } size_t l = snprintf(buf, maxLen, fmt, deviceID, data);