From 24bd01f49f733154c37ba2dbabb0b9deb672a21b Mon Sep 17 00:00:00 2001 From: rominetb44 <32679436+rominetb44@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:13:21 +0100 Subject: [PATCH] Update cmd.cpp Fix an issue with Icons of command page. --- grbl_controller_esp32/cmd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/grbl_controller_esp32/cmd.cpp b/grbl_controller_esp32/cmd.cpp index f57cb23..d6c0ca4 100644 --- a/grbl_controller_esp32/cmd.cpp +++ b/grbl_controller_esp32/cmd.cpp @@ -97,6 +97,7 @@ boolean cmdNameInit() { // seach on SPIFFS the names of the commands } fIcon.close() ; } // end if (fIcon) + validIcon = true; file = root.openNextFile(); }