@ -49,6 +49,7 @@ version 2.1 of the License, or (at your option) any later version.
@@ -49,6 +49,7 @@ version 2.1 of the License, or (at your option) any later version.
#include <LowPassFilter.h> // LowPassFilter class (inherits from Filter class)
// @Description: Setting this to Enabled(1) will enable the Airspeed sensor. Setting this to Disabled(0) will disable the Airspeed sensor
// @Values: 0:Disabled,1:Enabled
// @User: Standard
GSCALAR(airspeed_enabled, "ARSPD_ENABLE"),
// @Param: ARSPD_USE
// @DisplayName: Use Airspeed if enabled
// @Description: Setting this to Enabled(1) will enable use of the Airspeed sensor for flight control when ARSPD_ENABLE is also true. This is separate from ARSPD_ENABLE to allow for the airspeed value to be logged without it being used for flight control
// @Values: 0:Disabled,1:Enabled
// @User: Advanced
GSCALAR(airspeed_use, "ARSPD_USE"),
// barometer ground calibration. The GND_ prefix is chosen for
// compatibility with previous releases of ArduPlane