Fork for fixes

Revision:
22:a0b1d0e6d237
Parent:
21:4dcda56a9820
--- 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)