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()) {