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.
Diff: DhcpClient.h
- Revision:
- 22:a0b1d0e6d237
- Parent:
- 21:4dcda56a9820
diff -r 4dcda56a9820 -r a0b1d0e6d237 DhcpClient.h --- 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)