Loop function added, generic timer added, message buffer increased (you never know)

This commit is contained in:
Cabooman 2024-01-30 07:36:43 +01:00
parent bf37f655df
commit 957a91e55e
6 changed files with 41 additions and 4 deletions

View file

@ -23,7 +23,7 @@
// MQTT_MAX_PACKET_SIZE : Maximum packet size. Override with setBufferSize().
#ifndef MQTT_MAX_PACKET_SIZE
#define MQTT_MAX_PACKET_SIZE 256
#define MQTT_MAX_PACKET_SIZE 512
#endif
// MQTT_KEEPALIVE : keepAlive interval in Seconds. Override with setKeepAlive()