mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Merge pull request #8171 from breadoven/abo_msp_surfacemode_fix
Fix surface mode msp box availability logic
This commit is contained in:
commit
99681da2c6
1 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ void initActiveBoxIds(void)
|
|||
ADD_ACTIVE_BOX(BOXHEADFREE);
|
||||
ADD_ACTIVE_BOX(BOXHEADADJ);
|
||||
}
|
||||
if (sensors(SENSOR_BARO) && sensors(SENSOR_RANGEFINDER) && sensors(SENSOR_OPFLOW)) {
|
||||
if (sensors(SENSOR_BARO) && sensors(SENSOR_RANGEFINDER)) {
|
||||
ADD_ACTIVE_BOX(BOXSURFACE);
|
||||
}
|
||||
ADD_ACTIVE_BOX(BOXFPVANGLEMIX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue