From fa82c287aef7ce369f32659a5652fbec8bd0040c Mon Sep 17 00:00:00 2001 From: AJ Christensen Date: Mon, 9 Jul 2018 11:26:35 +1200 Subject: [PATCH] Remove MSP BOX BME entries for baro, gps home, gps hold --- src/main/interface/msp_box.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/interface/msp_box.c b/src/main/interface/msp_box.c index 030370d432..782c0b9a0d 100644 --- a/src/main/interface/msp_box.c +++ b/src/main/interface/msp_box.c @@ -181,12 +181,6 @@ void initActiveBoxIds(void) BME(BOXHEADADJ); } -#ifdef USE_BARO - if (sensors(SENSOR_BARO)) { - BME(BOXBARO); - } -#endif - #ifdef USE_MAG if (sensors(SENSOR_MAG)) { BME(BOXMAG); @@ -195,8 +189,6 @@ void initActiveBoxIds(void) #ifdef USE_GPS if (feature(FEATURE_GPS)) { - BME(BOXGPSHOME); - BME(BOXGPSHOLD); #ifdef USE_GPS_RESCUE if (!feature(FEATURE_3D)) { BME(BOXGPSRESCUE);