mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 01:37:34 +08:00
temperature_compensation: enable parameters set reboot_required
- min/max are unnecessary with boolean
This commit is contained in:
@@ -43,8 +43,7 @@
|
||||
* Thermal compensation for accelerometer sensors.
|
||||
*
|
||||
* @group Thermal Compensation
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @reboot_required true
|
||||
* @boolean
|
||||
*/
|
||||
PARAM_DEFINE_INT32(TC_A_ENABLE, 0);
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
* Thermal compensation for barometric pressure sensors.
|
||||
*
|
||||
* @group Thermal Compensation
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @reboot_required true
|
||||
* @boolean
|
||||
*/
|
||||
PARAM_DEFINE_INT32(TC_B_ENABLE, 0);
|
||||
|
||||
@@ -43,8 +43,7 @@
|
||||
* Thermal compensation for rate gyro sensors.
|
||||
*
|
||||
* @group Thermal Compensation
|
||||
* @min 0
|
||||
* @max 1
|
||||
* @reboot_required true
|
||||
* @boolean
|
||||
*/
|
||||
PARAM_DEFINE_INT32(TC_G_ENABLE, 0);
|
||||
|
||||
Reference in New Issue
Block a user