1
0
Fork 0
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:
Kjell Kernen 2014-03-23 14:15:52 +01:00
parent 42f28a7089
commit e9035d3649

View file

@ -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;
}