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:
18:0872a05cae95
Parent:
17:40ce3d963495
Child:
19:e5c0b6553c11
--- a/main.cpp	Sat Apr 05 06:39:08 2014 +0000
+++ b/main.cpp	Sat Apr 05 06:46:54 2014 +0000
@@ -33,7 +33,7 @@
 char mbed_uid[33]; // for creating unique name for the board
 uint8_t ep_type[] = {"mbed_lpc1768_appboard"};
 uint8_t lifetime_ptr[] = {"60"};
-static const char* FIRMWARE_VER = "15"; // Committed revision number
+static const char* FIRMWARE_VER = "18"; // Committed revision number
 char* mac;
 char* ipAddr;
 char* gateway;