nyx: update bpmp clock manage

- Test max clock on T210B01 also
- Add 3rd mode with lower clock. Manually applied only.
- Test max clock for 10s instead of 5s
This commit is contained in:
CTCaer
2023-02-11 23:56:16 +02:00
parent 64dac28073
commit c9405680f2
2 changed files with 21 additions and 6 deletions

View File

@@ -2402,7 +2402,7 @@ static void _nyx_main_menu(lv_theme_t * th)
}
if (!n_cfg.bpmp_clock)
task_bpmp_clock = lv_task_create(first_time_bpmp_clock, 5000, LV_TASK_PRIO_LOWEST, NULL);
task_bpmp_clock = lv_task_create(first_time_bpmp_clock, 10000, LV_TASK_PRIO_LOWEST, NULL);
}
void nyx_load_and_run()