Browse Source

rcS: The param save command is unnecessary as param set already stores to disk.

sbg
Lorenz Meier 8 years ago
parent
commit
93ad4fa440
  1. 2
      ROMFS/px4fmu_common/init.d/rcS

2
ROMFS/px4fmu_common/init.d/rcS

@ -186,7 +186,6 @@ then @@ -186,7 +186,6 @@ then
if ver hwcmp MINDPX_V2
then
param set INAV_LIDAR_ERR 0.8
param save
fi
fi
@ -224,7 +223,6 @@ then @@ -224,7 +223,6 @@ then
if [ $AUTOCNF == yes ]
then
param set SYS_AUTOCONFIG 0
param save
fi
unset AUTOCNF

Loading…
Cancel
Save