Fork for fixes

Revision:
19:58e840279555
Parent:
11:647d53d146f1
Child:
21:4dcda56a9820
--- a/DhcpClient.h	Wed Jul 22 20:37:24 2020 +0000
+++ b/DhcpClient.h	Thu Sep 24 21:14:56 2020 +0000
@@ -49,7 +49,7 @@
 #define MAGIC_COOKIE            0x63825363
 #define MAX_DHCP_OPT            16
 
-#define HOST_NAME               "ENC28J"
+#define HOST_NAME               "D2"
 #define DEFAULT_LEASE           (900)   //default lease time in seconds
 
 #define DHCP_CHECK_NONE         (0)