mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +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:
parent
3a462c2ba7
commit
2642915a76
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user