1
0
Fork 0
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:
Chris 2017-12-27 13:54:53 +00:00
parent 172c1e370b
commit efc556f91a
7 changed files with 301 additions and 3 deletions

View file

@ -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)