Skip to content
Snippets Groups Projects
Commit cadda8c2 authored by David Sidrane's avatar David Sidrane
Browse files

px4fmu_test:rcS use correct name for px4io bin

parent abb3817d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment