diff --git a/ROMFS/px4fmu_common/init.d/rcS b/ROMFS/px4fmu_common/init.d/rcS index 60129896bb..ad8df32626 100644 --- a/ROMFS/px4fmu_common/init.d/rcS +++ b/ROMFS/px4fmu_common/init.d/rcS @@ -145,8 +145,8 @@ then # if param compare SYS_AUTOCONFIG 1 then - # Wipe out params except RC* - param reset_nostart RC* + # Wipe out params except RC* and total flight time + param reset_nostart RC* LND_FLIGHT_T_* set AUTOCNF yes else set AUTOCNF no