mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 20:48:33 -04:00
HAL_PX4: moved rc.APM to new ROMFS directory
This commit is contained in:
parent
b3e21c6add
commit
172faeea26
@ -32,19 +32,9 @@ fi
|
||||
set sketch NONE
|
||||
set logfile /fs/microsd/APM/boot.log
|
||||
|
||||
if [ -f /bin/ArduPlane ]
|
||||
if [ -f /bin/ArduPilot ]
|
||||
then
|
||||
set sketch ArduPlane
|
||||
fi
|
||||
|
||||
if [ -f /bin/ArduCopter ]
|
||||
then
|
||||
set sketch ArduCopter
|
||||
fi
|
||||
|
||||
if [ -f /bin/APMrover2 ]
|
||||
then
|
||||
set sketch APMrover2
|
||||
set sketch ArduPilot
|
||||
fi
|
||||
|
||||
if [ $sketch != NONE ]
|
||||
@ -80,6 +70,7 @@ then
|
||||
ms5611 start
|
||||
hmc5883 start
|
||||
adc start
|
||||
px4io start
|
||||
|
||||
echo "Trying PX4IO board"
|
||||
echo "Trying PX4IO board" >> $logfile
|
Loading…
Reference in New Issue
Block a user