mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-21 10:22:45 +00:00
Increased buffer size for HA payload
This commit is contained in:
parent
5ae56f265e
commit
6bded12ec5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user