mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
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
|
fi
|
||||||
|
|
||||||
echo Starting $sketch
|
echo Starting $sketch
|
||||||
echo Starting $sketch on $deviceA and $deviceC >> $logfile
|
echo Starting $sketch $deviceA $deviceC >> $logfile
|
||||||
$sketch -d $deviceA -d2 $deviceC start
|
$sketch -d $deviceA -d2 $deviceC start
|
||||||
|
|
||||||
# if starting on the console, tell nsh to exit
|
# if starting on the console, tell nsh to exit
|
||||||
|
Loading…
Reference in New Issue
Block a user