From afdd458ac15178994173547a4f5f69d05aeb3ba3 Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 17 Sep 2019 22:16:14 +0800 Subject: [PATCH] Update ESP730.cpp --- esp3d/src/core/espcmd/ESP730.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/src/core/espcmd/ESP730.cpp b/esp3d/src/core/espcmd/ESP730.cpp index 490ca606..fe68c9f3 100644 --- a/esp3d/src/core/espcmd/ESP730.cpp +++ b/esp3d/src/core/espcmd/ESP730.cpp @@ -80,7 +80,7 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type, return response; } output->printERROR ("Incorrect command!"); - response = false; + return false; } #endif //FILESYSTEM_FEATURE