mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 03:02:36 +08:00
sensors: Add calibration control parameters to QGC list
This commit is contained in:
committed by
Lorenz Meier
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user