1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 01:05:08 +03:00

Insert an SD card inside SD Manager makes the screen refresh

This commit is contained in:
Bertrand Songis 2019-04-28 16:24:39 +02:00
parent 87f391ca66
commit c546d49b04

View file

@ -507,5 +507,6 @@ void menuRadioSdManager(event_t _event)
}
else {
lcdDrawCenteredText(LCD_H/2, STR_NO_SDCARD);
REFRESH_FILES();
}
}