mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-26 22:20:34 +08:00
logger: enable mission log by default
To get it field-tested. This can be reverted for a release...
This commit is contained in:
@@ -86,7 +86,7 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0);
|
||||
* @reboot_required true
|
||||
* @group SD Logging
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SDLOG_MISSION, 0);
|
||||
PARAM_DEFINE_INT32(SDLOG_MISSION, 1);
|
||||
|
||||
/**
|
||||
* Logging topic profile (integer bitmask).
|
||||
|
||||
Reference in New Issue
Block a user