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

Cosmetics

This commit is contained in:
Bertrand Songis 2019-04-17 10:43:07 +02:00
parent d6b4265c28
commit da69083bce
6 changed files with 11 additions and 13 deletions

View file

@ -435,6 +435,6 @@ void menuRadioSdManager(event_t _event)
#endif
}
else {
lcdDrawText(6*FW+3, 4*FH, STR_NO_SDCARD);
lcdDrawCenteredText(LCD_H/2, STR_NO_SDCARD);
}
}