forked from Archive/PX4-Autopilot
Fix test setup param load
This commit is contained in:
parent
06b582f11e
commit
4b1ddba817
|
@ -43,6 +43,12 @@ then
|
|||
fi
|
||||
|
||||
param select $PARAM_FILE
|
||||
if param load
|
||||
then
|
||||
echo "[param] Loaded: $PARAM_FILE"
|
||||
else
|
||||
echo "[param] FAILED loading $PARAM_FILE"
|
||||
fi
|
||||
|
||||
if [ -f /etc/extras/px4io-v2_default.bin ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue