Trying higher buffer for MQTT

This commit is contained in:
Gunnar Skjold
2022-02-06 19:28:32 +01:00
parent 5c7c0699b2
commit 35eb69bebb
3 changed files with 4 additions and 4 deletions

View File

@@ -1024,7 +1024,7 @@ void MQTT_connect() {
mqtt->disconnect();
yield();
} else {
mqtt = new MQTTClient(512);
mqtt = new MQTTClient(1024);
ws.setMqtt(mqtt);
}