From d7c283f76bfe5b5cb7fc0b14869830176bbc911a Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Thu, 19 May 2022 17:55:24 +0800 Subject: [PATCH] Fix typo --- src/core/espcmd/ESP401.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/espcmd/ESP401.cpp b/src/core/espcmd/ESP401.cpp index b921212..c64a2d6 100644 --- a/src/core/espcmd/ESP401.cpp +++ b/src/core/espcmd/ESP401.cpp @@ -86,7 +86,8 @@ bool Commands::ESP401(const char* cmd_params, level_authenticate_type auth_type, //Byte value if (styp == "B") { if (!Settings_ESP3D::write_byte (spos.toInt(), sval.toInt())) { - response = false; + response = "Set failed"; + noError = false; } else { //dynamique refresh is better than restart the boards switch(spos.toInt()) {