From d12e50276985b57f990cfd160b433bdd518e198a Mon Sep 17 00:00:00 2001 From: Claas Date: Thu, 29 Jan 2026 21:57:02 +0100 Subject: [PATCH] Remove duplicate deep sleep activation --- src/main.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.rs b/src/main.rs index 24f7e21..54cf87d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -172,11 +172,6 @@ async fn run(spawner: Spawner) -> Result<(), ApplicationError> { .await .map_err(ApplicationError::Display)?; - display - .enter_deep_sleep() - .await - .map_err(ApplicationError::EnterDeepSleep)?; - spawner.spawn(handle_power_button( peripherals.GPIO3, peripherals.LPWR, -- 2.51.2