Fork for fixes

Revision:
20:8d5738a6646e
Parent:
11:647d53d146f1
--- a/DhcpClient.h	Fri Jun 05 15:21:49 2020 +0000
+++ b/DhcpClient.h	Thu Jul 23 15:30:54 2020 +0000
@@ -169,7 +169,7 @@
     void        sendDhcpMessage(uint8_t, uint16_t);
     void        printByte(char* , uint8_t);
 
-    uint8_t     parseDhcpResponse(unsigned long responseTimeout, uint32_t& transactionId);
+    uint8_t     parseDhcpResponse(time_t responseTimeout, uint32_t& transactionId);
 
 public:
     IpAddress   getLocalIp();