forked from Archive/PX4-Autopilot
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…
Reference in New Issue