Red Hat Summit NanoService Demo for LPC1768 App Board using OMA Lightweight Objects

Dependencies:   Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib

Fork of LWM2M_NanoService_Ethernet by MBED_DEMOS

Revision:
32:7f3f1ef700e3
Parent:
28:3c25f2f62cd3
--- a/resources/gps.cpp	Tue Apr 29 00:29:55 2014 +0000
+++ b/resources/gps.cpp	Tue Apr 29 00:41:05 2014 +0000
@@ -7,7 +7,7 @@
 #define GPS_RES_ID    "gps/loc"
 
 extern Serial pc;
-static uint8_t res_gps_val[] = {"34.154779, -118.465937"};
+static uint8_t res_gps_val[] = {"34.156541, -118.422498"};
 
 /* Only GET method allowed */
 static uint8_t gps_resource_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s * proto)