mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
increase mqtt size just in case
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user