diff --git a/ESP32/main.ino b/ESP32/main.ino index 99f6159..97d52fd 100644 --- a/ESP32/main.ino +++ b/ESP32/main.ino @@ -123,6 +123,9 @@ std::pair, std::vector > select_disk_files std::string selected_file = c->read_line("Enter filename: "); + if (selected_file.empty()) + continue; + c->put_string("1. RK05, 2. RL02, 3. re-select file"); int ch = -1;