Skip to content

Commit

Permalink
Merge pull request #347 from ligenxxxx/remove-dead-loop
Browse files Browse the repository at this point in the history
remove dead loop after update goggle
  • Loading branch information
ligenxxxx authored Sep 15, 2023
2 parents d1728c1 + 4f99209 commit 9340f24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/page_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,6 @@ static void page_version_on_click(uint8_t key, int sel) {
lv_label_set_text(btn_goggle, "#FF0000 FAILED#");
reboot_flag = true;
lv_timer_handler();
while (1)
; // dead loop
} else if (ret == 2) {
lv_label_set_text(btn_goggle, "#FFFF00 No firmware found.#");
} else if (ret == 3) {
Expand Down

0 comments on commit 9340f24

Please sign in to comment.