Explorar o código

APP: build options add HAL_AIRSPEED_ENABLED

Josh Henderson %!s(int64=4) %!d(string=hai) anos
pai
achega
9815e9d066
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -147,6 +147,7 @@ BUILD_OPTIONS = [
     # Feature('Other', 'OPTFLOW', 'OPTFLOW', 'Enable Optical Flow', 0, None),
 
     Feature('Plane', 'QUADPLANE', 'HAL_QUADPLANE_ENABLED', 'Enable QuadPlane support', 0, None),
+    Feature('Other', 'AIRSPEED', 'AP_AIRSPEED_ENABLED', 'Enable Airspeed Sensors', 1, None),    # Default to enabled to not annoy Plane users
     ]
 
 BUILD_OPTIONS.sort(key=lambda x: x.category)