We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9e73f commit a76f483Copy full SHA for a76f483
src/web_server_config.cpp
@@ -24,7 +24,7 @@ extern bool isPositive(MongooseHttpServerRequest *request, const char *param);
24
void
25
handleConfigGet(MongooseHttpServerRequest *request, MongooseHttpServerResponseStream *response)
26
{
27
- const size_t capacity = JSON_OBJECT_SIZE(43) + 1024;
+ const size_t capacity = JSON_OBJECT_SIZE(1024) + 1024;
28
DynamicJsonDocument doc(capacity);
29
30
// Read only information
0 commit comments