Browse Source

aerofc: load autostart on first boot

sbg
Lucas De Marchi 8 years ago committed by Lorenz Meier
parent
commit
780e903d5b
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -187,6 +187,10 @@ then @@ -187,6 +187,10 @@ then
if ver hwcmp AEROFC_V1
then
if param compare SYS_AUTOSTART 0
then
set AUTOCNF yes
fi
param set SYS_AUTOSTART 4070
fi

Loading…
Cancel
Save