mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Merge pull request #5965 from loopur/mybranch
Add barometer sensor QMP6988
This commit is contained in:
commit
69a80a3bb0
6 changed files with 378 additions and 6 deletions
|
@ -115,7 +115,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue