increase mqtt size just in case

This commit is contained in:
proddy
2020-11-14 17:31:17 +01:00
parent 16dd1dab71
commit cb9795ec82

View File

@@ -80,7 +80,7 @@ void Boiler::register_mqtt_ha_config() {
} }
// Create the Master device // Create the Master device
StaticJsonDocument<EMSESP_MAX_JSON_SIZE_SMALL> doc; StaticJsonDocument<EMSESP_MAX_JSON_SIZE_MEDIUM> doc;
doc["name"] = F("Service Code"); doc["name"] = F("Service Code");
doc["uniq_id"] = F("boiler"); doc["uniq_id"] = F("boiler");
doc["ic"] = F("mdi:home-thermometer-outline"); doc["ic"] = F("mdi:home-thermometer-outline");