Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Beep C12832_lcd EthernetInterface LM75B MMA7660 mbed-rtos mbed nsdl_lib
Fork of LWM2M_NanoService_Ethernet by
Revision 26:afcaeb039ef3, committed 2014-04-23
- Comitter:
- zdshelby
- Date:
- Wed Apr 23 21:39:15 2014 +0000
- Parent:
- 24:f4d15f08d577
- Child:
- 27:d898b3a8c769
- Commit message:
- - Updated lifetime to 60 seconds for NATs
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:05:10 2014 +0000
+++ b/main.cpp Wed Apr 23 21:39:15 2014 +0000
@@ -35,8 +35,8 @@
char endpoint_name[20] = "mbed-ethernet-";
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 = "24"; // Committed revision number
+uint8_t lifetime_ptr[] = {"60"};
+static const char* FIRMWARE_VER = "25"; // Committed revision number
char* mac;
char* ipAddr;
char* gateway;
