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.
Revision 22:a0b1d0e6d237, committed 2020-09-26
- Comitter:
- ivo_n
- Date:
- Sat Sep 26 08:31:41 2020 +0000
- Parent:
- 21:4dcda56a9820
- Commit message:
- Everything seems to work
Changed in this revision
| DhcpClient.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DhcpClient.h Fri Sep 25 21:21:31 2020 +0000 +++ b/DhcpClient.h Sat Sep 26 08:31:41 2020 +0000 @@ -49,7 +49,7 @@ #define MAGIC_COOKIE 0x63825363 #define MAX_DHCP_OPT 16 -#define HOST_NAME "D2" +#define HOST_NAME "H00001" #define DEFAULT_LEASE (900) //default lease time in seconds #define DHCP_CHECK_NONE (0)