let the library handle the reconnect, manually do it after 5 seconds
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
#include <EthernetClient.h>
|
||||
#endif
|
||||
|
||||
#define MAX_MQTT_QUEUE 32
|
||||
#define MAX_MQTT_QUEUE 16
|
||||
|
||||
/**
|
||||
* Our wrapper/singleton for sending/receiving MQTT "udp" packets. This object isolates the MQTT protocol implementation from
|
||||
|
||||
Reference in New Issue
Block a user