update packages

This commit is contained in:
MichaelDvP
2023-03-22 17:58:57 +01:00
parent aea2277e26
commit a84e9e0923
3 changed files with 98 additions and 98 deletions

View File

@@ -203,7 +203,7 @@ void WebAPIService::getSchedule(AsyncWebServerRequest * request) {
root["type"] = "schedule";
System::extractSettings(EMSESP_SCHEDULER_FILE, "Schedule", root, FS_BUFFER_SIZE);
System::extractSettings(EMSESP_SCHEDULER_FILE, "Schedule", root);
response->setLength();
request->send(response);