diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 095f415b925..c70ec9b598c 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -9886,6 +9886,12 @@ This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. True + + Battery 1 idle current overwrite + This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. + 8 + True + Number of cells for battery 1 Defines the number of cells the attached battery consists of. @@ -9978,6 +9984,12 @@ This parameter specifies the ADC channel used to monitor current of main power battery. A value of -1 means to use the board default. True + + Battery 2 idle current overwrite + This parameter allows to overwrite the current measured during idle (unarmed) state with a user-defined constant value (expressed in amperes). When the system is armed, the measured current is used. This is useful because on certain ESCs current measurements are inaccurate in case of no load. Negative values are ignored and will cause the measured current to be used. The default value of 0 disables the overwrite, in which case the measured value is always used. + 8 + True + Number of cells for battery 2 Defines the number of cells the attached battery consists of.