mirror of
https://github.com/luc-github/ESP3DLib.git
synced 2026-03-13 03:16:54 +01:00
Fix typo
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user