diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index b045c55..30dc880 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -9320,6 +9320,20 @@ is less than 50% of this value
Hz
true
+
+ IMU gyro FFT maximum frequency
+ 1
+ 1000
+ Hz
+ true
+
+
+ IMU gyro FFT minimum frequency
+ 1
+ 1000
+ Hz
+ true
+
Notch filter bandwidth for gyro
The frequency width of the stop band for the 2nd order notch filter on the primary gyro. See "IMU_GYRO_NF_FREQ" to activate the filter and to set the notch frequency. Applies to both angular velocity and angular acceleration sent to the controllers.
@@ -10748,6 +10762,10 @@ How often the sensor is readout
Temperature calibration for each sensor will ignore data if the temperature is lower than the value set by SYS_CAL_TMIN.
celcius
+
+ Enable factory calibration mode
+ If enabled, future sensor calibrations will be stored to /fs/mtd_caldata. Note: this is only supported on boards with a separate calibration storage /fs/mtd_caldata.
+
Enable failure injection
If enabled allows MAVLink INJECT_FAILURE commands. WARNING: the failures can easily cause crashes and are to be used with caution!