1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Add barometer sensor QMP6988

This commit is contained in:
Loopur 2018-05-18 16:26:07 +08:00
parent 46291a8374
commit 495cfb4d07
6 changed files with 391 additions and 6 deletions

View file

@ -110,7 +110,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"
"AUTO", "NONE", "BMP085", "MS5611", "BMP280", "LPS", "QMP6988"
};
#endif
#if defined(USE_SENSOR_NAMES) || defined(USE_MAG)