forked from Archive/PX4-Autopilot
px4fmu_test:rcS use correct name for px4io bin
This commit is contained in:
parent
abb3817d31
commit
cadda8c263
|
@ -61,9 +61,9 @@ else
|
|||
echo "[param] FAILED loading $PARAM_FILE"
|
||||
fi
|
||||
|
||||
if [ -f /etc/extras/px4io-v2.bin ]
|
||||
if [ -f /etc/extras/px4_io-v2_default.bin ]
|
||||
then
|
||||
set io_file /etc/extras/px4io-v2.bin
|
||||
set io_file /etc/extras/px4_io-v2_default.bin
|
||||
fi
|
||||
|
||||
if px4io start
|
||||
|
|
Loading…
Reference in New Issue