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