fix(core): add missing refresh to boardloader startup

[no changelog]
pull/3573/head
tychovrahe 5 months ago committed by TychoVrahe
parent 5c7726126f
commit 416794a463

@ -275,6 +275,7 @@ int main(void) {
display_init();
display_clear();
display_refresh();
#if defined USE_SD_CARD
sdcard_init();

Loading…
Cancel
Save