Move time update logic from display module to time manager

This commit is contained in:
2023-05-17 17:55:13 +01:00
parent d84bb7ac4b
commit 89eb99b80f
5 changed files with 57 additions and 26 deletions

View File

@@ -15,9 +15,9 @@ void app_main(void)
{
console_init();
settings_init();
display_init();
wifi_init();
time_manager_init();
display_init();
sound_init();
buttons_init();
}