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

Loading…
Cancel
Save