diff --git a/wear_ui.cpp b/wear_ui.cpp index 2502313f..b437fd0a 100644 --- a/wear_ui.cpp +++ b/wear_ui.cpp @@ -245,7 +245,7 @@ void WearRecoveryUI::progress_loop() { if ((currentIcon == INSTALLING_UPDATE || currentIcon == ERASING) && !show_text) { if (!intro_done) { - if (current_frame == intro_frames - 1) { + if (current_frame >= intro_frames - 1) { intro_done = true; current_frame = 0; } else {