betaflight / config

Betaflight target definitions
GNU General Public License v3.0
24 stars 85 forks source link

Add baro and mag support to GEPRCF722_BT_HD #398

Closed pinhodb closed 2 months ago

pinhodb commented 2 months ago

GEPRCF722_BT_HD exposes I2CDEV_2 (shared with UART3), commonly used with baro/mag. Add support for DPS310/QMC5883 found in common GNSS modules (e.g. GEP-M10-DQ).

Verified using Sensors tab in Configurator.

sugaarK commented 2 months ago

we can only have the defines for included hardware on board the flight controller. if your smart enough to add an external Baro you can use the define tab

pinhodb commented 2 months ago

OK that makes sense. I noticed there are a number of FCs with multiple BAROs in config, but I can see now this is probably because different device can come fitted from manufacturer (compatible footprints).