Fix BMP second bus

This commit is contained in:
Theo Arends 2024-09-19 17:21:08 +02:00
parent 9238ee73d6
commit 3b28542d9c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
#define BMP_CMND_RESET 0xB6 // I2C Parameter for RESET to put BMP into reset state
#ifdef ESP32
#ifdef USE_I2C_BUS2
#define BMP_MAX_SENSORS 4 // 2 busses
#else
#define BMP_MAX_SENSORS 2