forked from Archive/PX4-Autopilot
px4fmu_test rcS: switch to led_control command
This commit is contained in:
parent
46fef30526
commit
b1be963083
|
@ -8,7 +8,7 @@ uorb start
|
|||
|
||||
if rgbled start
|
||||
then
|
||||
rgbled rgb 20 20 255
|
||||
led_control on -c blue
|
||||
fi
|
||||
|
||||
if sercon
|
||||
|
@ -122,11 +122,11 @@ if tests all
|
|||
then
|
||||
echo
|
||||
echo "All Unit Tests PASSED"
|
||||
rgbled rgb 20 255 20
|
||||
led_control on -c green
|
||||
else
|
||||
echo
|
||||
echo "Some Unit Tests FAILED"
|
||||
rgbled rgb 255 20 20
|
||||
led_control on -c red
|
||||
fi
|
||||
|
||||
free
|
||||
|
|
Loading…
Reference in New Issue