mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 19:29:11 +08:00
Update ESP190.cpp
remove debug dir list
This commit is contained in:
parent
1dba9e5341
commit
06dd5c54f5
@ -42,7 +42,7 @@ bool Commands::ESP190(const char* cmd_params, level_authenticate_type auth_type,
|
||||
//get
|
||||
if (parameter.length() == 0) {
|
||||
output->printMSG((Settings_ESP3D::read_byte(ESP_WEBDAV_ON) == 0)?"OFF":"ON");
|
||||
webdav_server.dir();
|
||||
//webdav_server.dir();
|
||||
} else { //set
|
||||
#ifdef AUTHENTICATION_FEATURE
|
||||
if (auth_type != LEVEL_ADMIN) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user