ICP201: increase config delay

This commit is contained in:
cuav-liu1 2024-02-29 10:43:59 +08:00 committed by Daniel Agar
parent 1c741836c0
commit bb5efa5577
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ ICP201XX::RunImpl()
case STATE::CONFIG: {
if (configure()) {
_state = STATE::WAIT_READ;
ScheduleDelayed(30_ms);
ScheduleDelayed(50_ms);
} else {
if (hrt_elapsed_time(&_reset_timestamp) > 1000_ms) {