Update ESP190.cpp

remove debug dir list
This commit is contained in:
Luc 2021-01-24 19:17:44 +01:00
parent 1dba9e5341
commit 06dd5c54f5

View File

@ -42,7 +42,7 @@ bool Commands::ESP190(const char* cmd_params, level_authenticate_type auth_type,
//get //get
if (parameter.length() == 0) { if (parameter.length() == 0) {
output->printMSG((Settings_ESP3D::read_byte(ESP_WEBDAV_ON) == 0)?"OFF":"ON"); output->printMSG((Settings_ESP3D::read_byte(ESP_WEBDAV_ON) == 0)?"OFF":"ON");
webdav_server.dir(); //webdav_server.dir();
} else { //set } else { //set
#ifdef AUTHENTICATION_FEATURE #ifdef AUTHENTICATION_FEATURE
if (auth_type != LEVEL_ADMIN) { if (auth_type != LEVEL_ADMIN) {