mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sensors: Add calibration control parameters to QGC list
This commit is contained in:
parent
36f83e46ee
commit
9858b0b491
@ -221,6 +221,10 @@ int initialize_parameter_handles(ParameterHandles ¶meter_handles)
|
||||
(void)param_find("UAVCAN_ENABLE");
|
||||
(void)param_find("SYS_MC_EST_GROUP");
|
||||
|
||||
// Parameters controlling the on-board sensor thermal calibrator
|
||||
(void)param_find("SYS_CAL_TDEL");
|
||||
(void)param_find("SYS_CAL_TMAX");
|
||||
(void)param_find("SYS_CAL_TMIN");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user