fix publish log entries

This commit is contained in:
technyon
2022-08-15 22:35:41 +02:00
parent 283b87eb2a
commit 7a3c2c0142
3 changed files with 10 additions and 6 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 6144
#endif
// MQTT_KEEPALIVE : keepAlive interval in Seconds. Override with setKeepAlive()