mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 18:40:46 +08:00
Fix ??? string to unknown for consistency
This commit is contained in:
parent
d0e7b1a29e
commit
b0d35c245b
@ -53,7 +53,7 @@ bool Commands::ESP102(const char* cmd_params, level_authenticate_type auth_type,
|
||||
} else if (resp == STATIC_IP_MODE) {
|
||||
output->printMSG("STATIC");
|
||||
} else {
|
||||
output->printMSG("???");
|
||||
output->printMSG("Unknown");
|
||||
}
|
||||
} else { //set
|
||||
#ifdef AUTHENTICATION_FEATURE
|
||||
|
@ -216,7 +216,7 @@ const char* Settings_ESP3D::GetFirmwareTargetShortName()
|
||||
} else if ( _FirmwareTarget == GRBL) {
|
||||
response = F ("grbl");
|
||||
} else {
|
||||
response = F ("???");
|
||||
response = F ("unknown");
|
||||
}
|
||||
return response.c_str();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user