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:
28:3c25f2f62cd3
Parent:
27:d898b3a8c769
Child:
32:7f3f1ef700e3
--- a/resources/gps.cpp	Sun Apr 27 17:03:22 2014 +0000
+++ b/resources/gps.cpp	Sun Apr 27 17:08:08 2014 +0000
@@ -7,7 +7,7 @@
 #define GPS_RES_ID    "gps/loc"
 
 extern Serial pc;
-static uint8_t res_gps_val[] = {"34.104646, -118.341811"};
+static uint8_t res_gps_val[] = {"34.154779, -118.465937"};
 
 /* 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)