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

Dependencies:   MQTT

Revision:
25:f4727705353b
Parent:
23:1523bdaba8c8
--- a/DeviceClient.h	Tue Mar 10 23:22:53 2020 -0400
+++ b/DeviceClient.h	Sat Mar 21 15:36:30 2020 -0400
@@ -56,8 +56,8 @@
 
             bool tryConnect(char *hostname, MQTTPacket_connectData &data);
             int getConnTimeout(int attemptNumber);
-            //void logData(NetworkInterface* net, char *hostname, char *clientId);
-            void logData(EthernetInterface* 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);