Skip to content

Commit

Permalink
Update ESP999.cpp
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
luc-github committed Jan 25, 2024
1 parent ad7706f commit 4a20cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp3d/src/core/commands/ESP999.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) !=
Expand Down

0 comments on commit 4a20cc0

Please sign in to comment.