forked from Archive/PX4-Autopilot
ROMFS: add thermal calibration logging mode
This commit is contained in:
parent
3a029e58c7
commit
d8c046e47c
|
@ -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…
Reference in New Issue