Browse Source

ROMFS: add thermal calibration logging mode

sbg
Paul Riseborough 8 years ago committed by Lorenz Meier
parent
commit
d8c046e47c
  1. 5
      ROMFS/px4fmu_common/init.d/rcS

5
ROMFS/px4fmu_common/init.d/rcS

@ -798,7 +798,10 @@ then @@ -798,7 +798,10 @@ then
then
set LOGGER_ARGS "-f"
fi
if param compare SDLOG_MODE 3
then
set LOGGER_ARGS "-f"
fi
if logger start -b 12 -t ${LOGGER_ARGS}
then
fi

Loading…
Cancel
Save