mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: increase start delay to 5 seconds
This commit is contained in:
parent
c6df13c795
commit
43e9c8370f
|
@ -153,7 +153,7 @@ void AP_BoardConfig_CAN::px4_setup_canbus(void)
|
|||
hal.scheduler->create_uavcan_thread();
|
||||
|
||||
// Delay for magnetometer and barometer discovery
|
||||
hal.scheduler->delay(2000);
|
||||
hal.scheduler->delay(5000);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue