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

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Thu Apr 17 02:05:10 2014 +0000
Parent:
23:b011f6152cc1
Child:
26:afcaeb039ef3
Commit message:
update revision

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 17 02:04:35 2014 +0000
+++ b/main.cpp	Thu Apr 17 02:05:10 2014 +0000
@@ -36,7 +36,7 @@
 char mbed_uid[33]; // for creating unique name for the board
 uint8_t ep_type[] = {"mbed_lpc1768_appboard"};
 uint8_t lifetime_ptr[] = {"3600"};
-static const char* FIRMWARE_VER = "22"; // Committed revision number
+static const char* FIRMWARE_VER = "24"; // Committed revision number
 char* mac;
 char* ipAddr;
 char* gateway;