forked from Archive/PX4-Autopilot
Make LPE default estimator. (#4483)
This commit is contained in:
parent
c22e7ed5c9
commit
437221bec2
|
@ -104,7 +104,7 @@ PARAM_DEFINE_INT32(SYS_RESTART_TYPE, 2);
|
|||
* @reboot_required true
|
||||
* @group System
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SYS_MC_EST_GROUP, 0);
|
||||
PARAM_DEFINE_INT32(SYS_MC_EST_GROUP, 1);
|
||||
|
||||
/**
|
||||
* TELEM2 as companion computer link
|
||||
|
|
Loading…
Reference in New Issue