From ee5e2e2a4bf19bdb40bd3a6a9f555d56c73b3558 Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Tue, 24 Mar 2026 12:43:31 +0100 Subject: [PATCH] tasks: oled: cleanup --- src/tasks/oled.rs | 2 -- 1 file changed, 2 deletions(-) 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