From bf83a6c0ebfce97b7b94ed98ef45d82466e45689 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Sun, 20 Apr 2025 12:11:13 +0300 Subject: [PATCH] [main] add delay between possible screen changes to make user button usable --- Core/Src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Core/Src/main.c b/Core/Src/main.c index 2a1d8c0..d6c4f4c 100644 --- a/Core/Src/main.c +++ b/Core/Src/main.c @@ -239,6 +239,8 @@ int main(void) display_load(display_current_frame); while (1) { + HAL_Delay(15); + // go to next report if (UB || SWT1 || SWT5) { display_current_frame += 1;