This commit is contained in:
Luc
2022-05-19 17:55:24 +08:00
parent d35c4e1c82
commit d7c283f76b

View File

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