mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user