Skip to content

Commit

Permalink
Relabed Format SD Card -> Unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
SumolX committed Sep 15, 2023
1 parent 7b0bf58 commit 4f176b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ui_statusbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void statubar_update(void) {
lv_img_set_src(img_sdc, &img_noSdcard);

if (sdcard_inserted()) {
sprintf(buf, "Format SD Card");
sprintf(buf, "Unsupported");
} else {
sprintf(buf, "No SD Card");
}
Expand Down

0 comments on commit 4f176b3

Please sign in to comment.