nyx: add reminder that reload also checks for update.bin
This commit is contained in:
@@ -106,7 +106,7 @@ int create_config_entry()
|
||||
itoa(h_cfg.autoboot_list, lbuf, 10);
|
||||
f_puts(lbuf, &fp);
|
||||
/*
|
||||
* Clamp value to default if it exceeds 20s.
|
||||
* Clamp value to default if it exceeds 20s to protect against corruption.
|
||||
* Allow up to 20s though for use in cases where user needs lots of time.
|
||||
* For example dock-only use and r2p with enough time to reach dock and cancel it.
|
||||
*/
|
||||
|
||||
@@ -987,7 +987,8 @@ static lv_res_t _create_mbox_reload(lv_obj_t *btn)
|
||||
lv_mbox_set_recolor_text(mbox, true);
|
||||
lv_obj_set_width(mbox, LV_HOR_RES * 4 / 10);
|
||||
|
||||
lv_mbox_set_text(mbox, "#FF8000 Do you really want#\n#FF8000 to reload hekate?#");
|
||||
lv_mbox_set_text(mbox, "#FF8000 Do you really want#\n#FF8000 to reload hekate & Nyx?#\n\n"
|
||||
"This also checks\n#96FF00 bootloader/update.bin#\nfor hekate updates");
|
||||
|
||||
lv_mbox_add_btns(mbox, mbox_btn_map, reload_action);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user