ROMFS: add thermal calibration logging mode

This commit is contained in:
Paul Riseborough 2017-01-20 08:35:11 +11:00 committed by Lorenz Meier
parent 3a029e58c7
commit d8c046e47c
1 changed files with 4 additions and 1 deletions

View File

@ -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