Browse Source

passthrough: stop commander s.t. it doesn't disarm. Unfortunately this makes it impossible to stop the no-SD-card beeping with the safety switch

sbg
Nicolas de Palezieux 9 years ago committed by Lorenz Meier
parent
commit
f2c31ec4da
  1. 1
      ROMFS/px4fmu_common/init.d/rcS

1
ROMFS/px4fmu_common/init.d/rcS

@ -798,6 +798,7 @@ then @@ -798,6 +798,7 @@ then
if [ $VEHICLE_TYPE == passthrough ]
then
mavlink stop-all
commander stop
# Stop multicopter attitude controller if it is running, the controls come
# from Snapdragon.

Loading…
Cancel
Save