mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 12:13:10 +00:00
Increased MQTT write buffer size
This commit is contained in:
@@ -1809,7 +1809,7 @@ void MQTT_connect() {
|
||||
}
|
||||
yield();
|
||||
} else {
|
||||
mqtt = new MQTTClient(128);
|
||||
mqtt = new MQTTClient(256);
|
||||
mqtt->dropOverflow(true);
|
||||
ws.setMqtt(mqtt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user