소스 검색

added HAL_QUADPLANE_ENABLED

Andrew Tridgell 4 년 전
부모
커밋
4965331010
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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)