mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 15:37:03 +00:00
Merge pull request #54 from Allram/master
Increased MQTT buffer to work with Aidon 6525 meters
This commit is contained in:
commit
ab016fff93
@ -45,7 +45,7 @@ AmsConfiguration config;
|
||||
AmsWebServer ws;
|
||||
|
||||
WiFiClient *client;
|
||||
MQTTClient mqtt(384);
|
||||
MQTTClient mqtt(512);
|
||||
|
||||
Stream* debugger = NULL;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user