Skip to content
Snippets Groups Projects
Commit 68e76d8e authored by Lorenz Meier's avatar Lorenz Meier
Browse files

FMUv5: Increase logging throughput considerably.

This will help to understand the sensor selection on FMUv5 in different airframes. We do have the RAM and CPU to do this on this platform.
parent 981dac8e
No related branches found
No related tags found
No related merge requests found
......@@ -862,6 +862,14 @@ then
fi
else
set LOGGER_ARGS ""
#
# Adjust FMUv5 logging settings
#
if ver hwcmp PX4FMU_V5
then
set LOGGER_BUF 64
set SDLOG_MODE 3
fi
if param compare SDLOG_MODE 1
then
set LOGGER_ARGS "-e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment