Fork for fixes

Files at this revision

API Documentation at this revision

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)