forked from Archive/PX4-Autopilot
sensors app: Load missing param
This commit is contained in:
parent
bf24d42a79
commit
79d9e1be8d
|
@ -638,6 +638,7 @@ Sensors::Sensors() :
|
||||||
(void)param_find("CAL_MAG2_ROT");
|
(void)param_find("CAL_MAG2_ROT");
|
||||||
(void)param_find("SYS_PARAM_VER");
|
(void)param_find("SYS_PARAM_VER");
|
||||||
(void)param_find("SYS_AUTOSTART");
|
(void)param_find("SYS_AUTOSTART");
|
||||||
|
(void)param_find("SYS_AUTOCONFIG");
|
||||||
|
|
||||||
/* fetch initial parameter values */
|
/* fetch initial parameter values */
|
||||||
parameters_update();
|
parameters_update();
|
||||||
|
|
Loading…
Reference in New Issue