mirror of https://github.com/ArduPilot/ardupilot
PX4: fixed startup logging
echo has a very limited argument count
This commit is contained in:
parent
b21bc5a85a
commit
3b6bf49c84
|
@ -107,7 +107,7 @@ then
|
|||
fi
|
||||
|
||||
echo Starting $sketch
|
||||
echo Starting $sketch on $deviceA and $deviceC >> $logfile
|
||||
echo Starting $sketch $deviceA $deviceC >> $logfile
|
||||
$sketch -d $deviceA -d2 $deviceC start
|
||||
|
||||
# if starting on the console, tell nsh to exit
|
||||
|
|
Loading…
Reference in New Issue