Working version

This commit is contained in:
Dmitry Borisenko
2020-11-15 02:46:27 +03:00
parent d6aab0cf94
commit 94d93d3be6
14 changed files with 58 additions and 111 deletions

View File

@@ -59,7 +59,7 @@ void web_init() {
#ifdef LOGGING_ENABLED
if (request->hasArg("cleanlog")) {
clean_log_date();
cleanLogAndData();
request->send(200);
}
#endif