enable baro-gnss autocalibration by default (#25196)

This commit is contained in:
Marco Hauswirth 2025-07-15 10:53:04 +02:00 committed by GitHub
parent b4bfbbb5e0
commit a755dfa07f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);