mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
PX4: start rgbled driver
This commit is contained in:
parent
3abdf14e51
commit
8f16dbf95e
@ -188,6 +188,14 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# rgbled
|
||||
if rgbled start
|
||||
then
|
||||
echo "rgbled started OK"
|
||||
else
|
||||
echo "Failed to start rgbled driver" >> $logfile
|
||||
fi
|
||||
|
||||
echo Starting ArduPilot
|
||||
echo Starting ArduPilot $deviceA $deviceC >> $logfile
|
||||
if ArduPilot -d $deviceA -d2 $deviceC start
|
||||
|
Loading…
Reference in New Issue
Block a user