mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
PX4: log devices being used in boot.log
This commit is contained in:
parent
28ffa4059b
commit
d487b1170e
@ -107,7 +107,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo Starting $sketch
|
echo Starting $sketch
|
||||||
echo Starting $sketch >> $logfile
|
echo Starting $sketch on $deviceA and $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