mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-12 18:39:03 +08:00
Update ESP999.cpp
Fix typo
This commit is contained in:
parent
ad7706f334
commit
4a20cc01f4
@ -51,7 +51,7 @@ void ESP3DCommands::ESP999(int cmd_params_pos, ESP3DMessage* msg) {
|
||||
tmpstr = get_clean_param(msg, cmd_params_pos);
|
||||
if (tmpstr.length() == 0) {
|
||||
hasError = true;
|
||||
error_msg = "Missing parameter"
|
||||
error_msg = "Missing parameter";
|
||||
} else {
|
||||
if (quietboot) {
|
||||
if (esp_efuse_set_rom_log_scheme(ESP_EFUSE_ROM_LOG_ON_GPIO_HIGH) !=
|
||||
|
Loading…
x
Reference in New Issue
Block a user