mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更新API
This commit is contained in:
@@ -346,7 +346,7 @@ void ui_ChartPage_screen_init(void)
|
||||
void ui_ChartPage_screen_destroy(void)
|
||||
{
|
||||
if (chart_update_timer) {
|
||||
lv_timer_del(chart_update_timer);
|
||||
lv_timer_delete(chart_update_timer);
|
||||
chart_update_timer = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user