mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-20 12:29:06 +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
|
//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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user