Release cleanup

This commit is contained in:
Robert Strouse 2023-01-22 15:21:01 -08:00
parent 9181fd924a
commit 2b81cd877c
5 changed files with 5 additions and 5 deletions

View file

@ -346,7 +346,7 @@ void Web::begin() {
int shadeId = atoi(server.arg("shadeId").c_str());
SomfyShade* shade = somfy.getShadeById(shadeId);
if (shade) {
DynamicJsonDocument doc(256);
DynamicJsonDocument doc(512);
JsonObject obj = doc.to<JsonObject>();
shade->toJSON(obj);
serializeJson(doc, g_content);