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 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed
Diff: EmulatedResourceFactory.cpp
- Revision:
- 36:210f3956038c
- Parent:
- 35:27484c1273f9
- Child:
- 39:bd5b2bcd2dcc
--- a/EmulatedResourceFactory.cpp Fri Feb 28 23:45:13 2014 +0000
+++ b/EmulatedResourceFactory.cpp Sat Mar 01 05:58:00 2014 +0000
@@ -53,7 +53,7 @@
this->createResource("/gps/fix","1");
this->createResource("/nw/pipaddr","N/A");
this->createResource("/nw/prssi","N/A");
- this->createResource("/sen/temp","0.0");
+ this->createResource("/sen/temp","0C");
this->createResource("/sen/V","5.0");
this->createResource("/gps/loc",ENDPOINT_GPS_COORDS);
}