mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-17 17:03:12 +00:00
Increased MQTT max packet size to accomodate Kaifa List3
This commit is contained in:
parent
61603f3d73
commit
0c765beea7
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user