fix RCM key combo for AutoRCM disabled

This commit is contained in:
jejer 2019-07-01 09:09:58 +08:00 committed by GitHub
parent d55634638f
commit 9d0c69af04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,7 @@ static lv_res_t _create_mbox_autorcm_status(lv_obj_t *btn)
{
lv_mbox_set_text(mbox,
"AutoRCM is now #FF8000 DISABLED!#\n\n"
"The boot process is now normal and you need the #FF8000 VOL-# + #FF8000 HOME# (jig) combo to enter RCM.\n");
"The boot process is now normal and you need the #FF8000 VOL+# + #FF8000 POWER# (jig) combo to enter RCM.\n");
}
lv_mbox_add_btns(mbox, mbox_btn_map, mbox_action);