On Thu, Aug 17, 2023 at 11:05:22PM +0200, Angel Iglesias wrote: > Adds BMP390 device id to the supported ids on bmp380 sensor family ... > #define BMP180_CHIP_ID 0x55 > #define BMP280_CHIP_ID 0x58 > #define BME280_CHIP_ID 0x60 > +#define BMP390_CHIP_ID 0x60 Keep it a bit better ordered. At the first glance, move before BME. -- With Best Regards, Andy Shevchenko