Merge branch 'pr/1044' into rolling

This commit is contained in:
jomjol
2022-09-22 18:42:17 +02:00
18 changed files with 50 additions and 48 deletions

View File

@@ -180,7 +180,7 @@ esp_err_t hello_main_handler(httpd_req_t *req)
}
if (filetosend == "/sdcard/html/index.html" && isSetupModusActive()) {
printf("System ist im Setupmodus --> index.html --> setup.html");
printf("System is in setup mode --> index.html --> setup.html");
filetosend = "/sdcard/html/setup.html";
}