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/LocationUpdate.cpp
- Revision:
- 76:b07effe83fb8
- Parent:
- 74:ca3001991fdc
- Child:
- 77:f6717e4eccc4
--- a/measurement/LocationUpdate.cpp Wed Feb 18 10:19:51 2015 +0000
+++ b/measurement/LocationUpdate.cpp Wed Feb 25 10:06:11 2015 +0000
@@ -100,7 +100,7 @@
float t_start = sendingTimer.read();
if (_client.send(aggregator) != SMARTREST_SUCCESS) {
- aError("Signal measurement failed.\r\n");
+ aWarning("Sending GPS readings failed.\r\n");
_client.stop();
return false;
}

Cumulocity