Go back 1 second wait

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-10-31 17:33:34 +01:00
parent 3182d1e2e6
commit 81fcd2ced7
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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