Remove MSP BOX BME entries for baro, gps home, gps hold
This commit is contained in:
parent
a71a2f2b92
commit
fa82c287ae
|
@ -181,12 +181,6 @@ void initActiveBoxIds(void)
|
||||||
BME(BOXHEADADJ);
|
BME(BOXHEADADJ);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef USE_BARO
|
|
||||||
if (sensors(SENSOR_BARO)) {
|
|
||||||
BME(BOXBARO);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USE_MAG
|
#ifdef USE_MAG
|
||||||
if (sensors(SENSOR_MAG)) {
|
if (sensors(SENSOR_MAG)) {
|
||||||
BME(BOXMAG);
|
BME(BOXMAG);
|
||||||
|
@ -195,8 +189,6 @@ void initActiveBoxIds(void)
|
||||||
|
|
||||||
#ifdef USE_GPS
|
#ifdef USE_GPS
|
||||||
if (feature(FEATURE_GPS)) {
|
if (feature(FEATURE_GPS)) {
|
||||||
BME(BOXGPSHOME);
|
|
||||||
BME(BOXGPSHOLD);
|
|
||||||
#ifdef USE_GPS_RESCUE
|
#ifdef USE_GPS_RESCUE
|
||||||
if (!feature(FEATURE_3D)) {
|
if (!feature(FEATURE_3D)) {
|
||||||
BME(BOXGPSRESCUE);
|
BME(BOXGPSRESCUE);
|
||||||
|
|
Loading…
Reference in New Issue