Skip to content

Commit

Permalink
fix(megaflash): HELP makes menu forget default #683
Browse files Browse the repository at this point in the history
  • Loading branch information
lydon42 committed Feb 6, 2024
1 parent a936b10 commit e98485b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/megaflash.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ void display_version(void)
mhx_move_xy(-1, 0);
mhx_writef(" \n Autoselect Slot: %d\n", selected);
selected = 0;
// rescan real core information for menu
scan_core_information(0);
#endif

// wait for ESC or RUN/STOP
Expand Down

0 comments on commit e98485b

Please sign in to comment.