diff --git a/src/tasks/oled.rs b/src/tasks/oled.rs index 9ee9730..da88751 100644 --- a/src/tasks/oled.rs +++ b/src/tasks/oled.rs @@ -94,7 +94,6 @@ impl, mut ui: OledUI) { - ui.screen_transition(Screen::Bootsplash).await; Timer::after_secs(3).await; ui.screen_transition(Screen::Home).await; @@ -102,5 +101,4 @@ pub async fn oled_ui(mut events: DynSubscriber<'static, Prediction>, mut ui: Ole loop { ui.on_event(events.next_message_pure().await).await; } - } \ No newline at end of file