Parcourir la source

added HAL_QUADPLANE_ENABLED

Andrew Tridgell il y a 4 ans
Parent
commit
4965331010
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      app.py

+ 2 - 0
app.py

@@ -133,6 +133,8 @@ BUILD_OPTIONS = [
     Feature('Other', 'GENERATOR', 'GENERATOR_ENABLED', 'Enable Generator', 0, None),
     Feature('Other', 'AC_OAPATHPLANNER', 'AC_OAPATHPLANNER_ENABLED', 'Enable Object Avoidance Path Planner', 0, None),
     Feature('Other', 'WINCH', 'WINCH_ENABLED', 'Enable Winch', 0, None),
+
+    Feature('Plane', 'QUADPLANE', 'HAL_QUADPLANE_ENABLED', 'Enable QuadPlane support', 0, None),
     ]
 
 BUILD_OPTIONS.sort(key=lambda x: x.category)