mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-04 15:16:44 +00:00
Increased MQTT max packet size to accomodate Kaifa List3
This commit is contained in:
@@ -29,7 +29,7 @@ accesspoint ap;
|
|||||||
|
|
||||||
// WiFi client and MQTT client
|
// WiFi client and MQTT client
|
||||||
WiFiClient *client;
|
WiFiClient *client;
|
||||||
MQTTClient mqtt(256);
|
MQTTClient mqtt(384);
|
||||||
|
|
||||||
// Object used for debugging
|
// Object used for debugging
|
||||||
HardwareSerial* debugger = NULL;
|
HardwareSerial* debugger = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user