From 67662a4169b5f9ca644aeae81f78692fd87f71cb Mon Sep 17 00:00:00 2001 From: Luc Date: Tue, 17 Sep 2019 22:01:54 +0800 Subject: [PATCH] Revert "Update ESP730.cpp" This reverts commit ebb6f2bc3779af5a1a7591da58f3d398ff4818ce. --- esp3d/src/core/espcmd/ESP730.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/esp3d/src/core/espcmd/ESP730.cpp b/esp3d/src/core/espcmd/ESP730.cpp index 8c95b363..490ca606 100644 --- a/esp3d/src/core/espcmd/ESP730.cpp +++ b/esp3d/src/core/espcmd/ESP730.cpp @@ -78,10 +78,9 @@ bool Commands::ESP730(const char* cmd_params, level_authenticate_type auth_type, output->printMSG ("no"); } return response; - } else { - output->printERROR ("Incorrect command!"); - response = false; } + output->printERROR ("Incorrect command!"); + response = false; } #endif //FILESYSTEM_FEATURE