mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Add LPS25HB driver
This commit is contained in:
parent
172c1e370b
commit
efc556f91a
7 changed files with 301 additions and 3 deletions
|
@ -105,7 +105,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"
|
||||
"AUTO", "NONE", "BMP085", "MS5611", "BMP280", "LPS"
|
||||
};
|
||||
#endif
|
||||
#if defined(USE_SENSOR_NAMES) || defined(USE_MAG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue