Had to fork with a different name, because of some incompatibility issues.

Dependencies:   MQTT

Revision:
23:1523bdaba8c8
Parent:
16:3f8558ebff65
Child:
25:f4727705353b
--- a/DeviceClient.h	Fri Dec 27 14:06:13 2019 -0400
+++ b/DeviceClient.h	Tue Mar 10 21:26:49 2020 -0400
@@ -56,7 +56,8 @@
 
             bool tryConnect(char *hostname, MQTTPacket_connectData &data);
             int getConnTimeout(int attemptNumber);
-            void logData(NetworkInterface* net, char *hostname, char *clientId);
+            //void logData(NetworkInterface* net, char *hostname, char *clientId);
+            void logData(EthernetInterface* net, char *hostname, char *clientId);
             int subscribeToCommands();
             char* getMac(char* buf, int buflen);