Skip to content

Commit 75902d1

Browse files
committed
fix: remove need for second press of ENTER
Most likely related to one of the key handling PRs such as #4849, as this is only changed in main.
1 parent cf32dbb commit 75902d1

File tree

1 file changed

+0
-2
lines changed
  • radio/src/targets/common/arm/stm32/bootloader

1 file changed

+0
-2
lines changed

radio/src/targets/common/arm/stm32/bootloader/boot.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -531,8 +531,6 @@ int bootloaderMain()
531531
} else if (state == ST_CLEAR_FLASH) {
532532
bootloaderDrawScreen(state, 0);
533533
lcdRefresh();
534-
if(event != EVT_KEY_BREAK(KEY_ENTER))
535-
continue;
536534
sdDone();
537535
spiFlashDiskEraseAll();
538536
sdInit();

0 commit comments

Comments
 (0)