1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Barometer Infineon DPS310 support

This commit is contained in:
jflyper 2020-06-29 00:03:29 +09:00
parent 41088159fa
commit a686ab45fa
5 changed files with 448 additions and 6 deletions

View file

@ -142,7 +142,7 @@ const char * const lookupTableGyroHardware[] = {
#if defined(USE_SENSOR_NAMES) || defined(USE_BARO)
// sync with baroSensor_e
const char * const lookupTableBaroHardware[] = {
"AUTO", "NONE", "BMP085", "MS5611", "BMP280", "LPS", "QMP6988", "BMP388"
"AUTO", "NONE", "BMP085", "MS5611", "BMP280", "LPS", "QMP6988", "BMP388", "DPS310"
};
#endif
#if defined(USE_SENSOR_NAMES) || defined(USE_MAG)