MBED_DEMOS / Mbed 2 deprecated mbed_mqtt_endpoint_ublox_ethernet

Dependencies:   C027 C12832 EthernetInterface StatusReporter LM75B MQTT-ansond endpoint_core endpoint_mqtt mbed-rtos mbed

Revision:
36:210f3956038c
Parent:
35:27484c1273f9
Child:
39:bd5b2bcd2dcc
diff -r 27484c1273f9 -r 210f3956038c EmulatedResourceFactory.cpp
--- 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);
  }