Increased MQTT max packet size to accomodate Kaifa List3

This commit is contained in:
Gunnar Skjold 2019-04-27 18:19:30 +02:00
parent 61603f3d73
commit 0c765beea7

View File

@ -29,7 +29,7 @@ accesspoint ap;
// WiFi client and MQTT client
WiFiClient *client;
MQTTClient mqtt(256);
MQTTClient mqtt(384);
// Object used for debugging
HardwareSerial* debugger = NULL;