let the library handle the reconnect, manually do it after 5 seconds

This commit is contained in:
Thomas Göttgens
2023-01-09 23:26:47 +01:00
parent 5cec370cf5
commit 1fc5d70221
3 changed files with 17 additions and 13 deletions

View File

@@ -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