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

System: Set new logger system as the default

This will upgrade systems to the new .ulog format used by http://logs.px4.io and supported by Flight Plot
parent da8724ac
No related branches found
No related tags found
No related merge requests found
......@@ -147,14 +147,14 @@ PARAM_DEFINE_INT32(SYS_PARAM_VER, 1);
/**
* SD logger
*
* @value 0 sdlog2 (default)
* @value 1 new logger
* @value 0 sdlog2 (legacy)
* @value 1 logger (default)
* @min 0
* @max 1
* @reboot_required true
* @group System
*/
PARAM_DEFINE_INT32(SYS_LOGGER, 0);
PARAM_DEFINE_INT32(SYS_LOGGER, 1);
/**
* Enable stack checking
......
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