1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 08:15:26 +03:00

FEATURE FW_LAUNCH initial commit

This commit is contained in:
giacomo892 2018-02-05 17:26:38 +01:00
parent 8ed2fe656f
commit c3464ed48a
6 changed files with 27 additions and 7 deletions

View file

@ -187,7 +187,9 @@ void initActiveBoxIds(void)
if (STATE(FIXED_WING)) {
activeBoxIds[activeBoxIdCount++] = BOXMANUAL;
activeBoxIds[activeBoxIdCount++] = BOXNAVLAUNCH;
if (!feature(FEATURE_FW_LAUNCH)) {
activeBoxIds[activeBoxIdCount++] = BOXNAVLAUNCH;
}
activeBoxIds[activeBoxIdCount++] = BOXAUTOTRIM;
#if defined(AUTOTUNE_FIXED_WING)
activeBoxIds[activeBoxIdCount++] = BOXAUTOTUNE;