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:
87:0f8e3fb8cbb6
Parent:
81:84b580179eb5
Child:
88:b3a5038fc367
--- a/EmulatedResourceFactory.cpp	Sun Mar 09 16:35:27 2014 +0000
+++ b/EmulatedResourceFactory.cpp	Sun Mar 09 16:54:30 2014 +0000
@@ -77,7 +77,7 @@
     this->createResource(endpoint_name,"/lt/0/on","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
     this->createResource(endpoint_name,"/lt/0/ctr","1",(void *)&emulated_light_switch_cb);             // Action: light on/off
     this->createResource("/dev/mdl","MQTT MBED Light");
-    this->createResource("/gps/int","0");
+    this->createResource("/gps/int","60");
     this->createResource("/gps/fix","1");
     this->createResource("/nw/pipaddr","N/A");
     this->createResource("/dev/W","120W");