mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-21 15:25:12 +03:00
Fixed small problem with old text being left on screen.
This commit is contained in:
parent
42f28a7089
commit
e9035d3649
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ int menuFlashFile(uint32_t index, uint8_t event)
|
|||
}
|
||||
|
||||
if (Valid == 2) {
|
||||
lcd_putsLeft(4*FH, "\015Not a valid firmware!");
|
||||
lcd_putsLeft(4*FH, "\011No firmware found in the file!");
|
||||
if (event == EVT_KEY_FIRST(BOOT_KEY_EXIT) || event == EVT_KEY_FIRST(BOOT_KEY_MENU)) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue