AP_HAL_ESP32: doesn't need these subsystems

ESP32: disabled can on esp32 for now

ESP32: disable airspeed sensors on esp32buzz

ESP32: disable a bunch of compasss types and subsystems so it doesn't try to probe for all

of the compases on boot, as its super slow.

turned off a bunch of Plane stuff that an esp32 user isn't likely to need
compass

scr

comp

a

c
This commit is contained in:
David Buzz 2023-05-02 09:29:44 +10:00 committed by Peter Barker
parent 81df897d88
commit 8da8163967

View File

@ -65,6 +65,12 @@
// BARO probing:
//#define HAL_BARO_PROBE_LIST PROBE_BARO_I2C(BMP280, 0, 0x77)
// no airspeed sensor
#define AP_AIRSPEED_MS4525_ENABLED 0
#define AP_AIRSPEED_ENABLED 0
#define AP_AIRSPEED_ANALOG_ENABLED 0
#define AP_AIRSPEED_BACKEND_DEFAULT_ENABLED 0
// allow boot without a baro
#define HAL_BARO_ALLOW_INIT_NO_BARO 1