fix message

This commit is contained in:
Christoph Baumann
2025-05-21 00:04:44 +02:00
parent 9b95d026f3
commit 37a016122c

View File

@@ -106,7 +106,7 @@ static lv_res_t _emusd_create_action(lv_obj_t *btns, const char *txt){
}else{
emmc_end(false);
}
if(res){
if(res == FR_OK){
lv_mbox_set_text(mbox,
"#FF8000 emuSD creation tool#\n\n"
"#00DDFF Status:# Done!");