mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-26 16:16:33 +08:00
Do not abort if IO cannot be started or put into safe mode
This commit is contained in:
@@ -198,8 +198,12 @@ then
|
||||
|
||||
tone_alarm MLL32CP8MB
|
||||
|
||||
px4io start
|
||||
px4io safety_on
|
||||
if px4io start
|
||||
then
|
||||
if px4io safety_on
|
||||
then
|
||||
fi
|
||||
fi
|
||||
|
||||
if px4io forceupdate 14662 ${IO_FILE}
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user