Quellcode durchsuchen

APP: build options add HAL_AIRSPEED_ENABLED

Josh Henderson vor 4 Jahren
Ursprung
Commit
9815e9d066
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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('Other', 'OPTFLOW', 'OPTFLOW', 'Enable Optical Flow', 0, None),
 
 
     Feature('Plane', 'QUADPLANE', 'HAL_QUADPLANE_ENABLED', 'Enable QuadPlane support', 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)
 BUILD_OPTIONS.sort(key=lambda x: x.category)