mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-25 14:30:34 +08:00
enable baro-gnss autocalibration by default (#25196)
This commit is contained in:
@@ -64,4 +64,4 @@ PARAM_DEFINE_FLOAT(SENS_BARO_RATE, 20.0f);
|
||||
* @category system
|
||||
* @group Sensors
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_BAR_AUTOCAL, 0);
|
||||
PARAM_DEFINE_INT32(SENS_BAR_AUTOCAL, 1);
|
||||
|
||||
Reference in New Issue
Block a user