mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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();
|
hal.scheduler->create_uavcan_thread();
|
||||||
|
|
||||||
// Delay for magnetometer and barometer discovery
|
// Delay for magnetometer and barometer discovery
|
||||||
hal.scheduler->delay(2000);
|
hal.scheduler->delay(5000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user