mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-02 15:10:51 +00:00
Increased buffer size for HA payload
This commit is contained in:
@@ -1125,6 +1125,7 @@ void MQTT_connect() {
|
||||
uint16_t size = 128;
|
||||
switch(mqttConfig.payloadFormat) {
|
||||
case 0: // JSON
|
||||
case 4: // Home Assistant
|
||||
size = 768;
|
||||
break;
|
||||
case 3: // Domoticz
|
||||
|
||||
Reference in New Issue
Block a user