We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a62ecd commit 503b524Copy full SHA for 503b524
lib/pbio/drv/button/button_gpio.c
@@ -68,7 +68,7 @@ pbio_error_t pbdrv_button_process_thread(pbio_os_state_t *state, void *context)
68
}
69
70
// Wait a while after release to prevent accidental power on.
71
- PBIO_OS_AWAIT_MS(state, &timer, 100);
+ PBIO_OS_AWAIT_MS(state, &timer, 5000);
72
pbio_busy_count_down();
73
74
PBIO_OS_ASYNC_END(PBIO_ERROR_CANCELED);
0 commit comments