From 81fcd2ced7a4fa76b6c8297feaec971143f1f2ab Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 31 Oct 2023 17:33:34 +0100 Subject: [PATCH] Go back 1 second wait Signed-off-by: Pol Henarejos --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index af79f6b..d06c1c0 100644 --- a/src/main.c +++ b/src/main.c @@ -323,7 +323,7 @@ int main(void) { neug_task(); do_flash(); #ifndef ENABLE_EMULATION - if (board_millis() > 5000 && !is_busy()) { // wait 5 second to boot up + if (board_millis() > 1000 && !is_busy()) { // wait 1 second to boot up bool current_button_state = board_button_read(); if (current_button_state != button_pressed_state) { if (current_button_state == false) { // unpressed