1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-15 06:53:07 +01:00

make BMP280 working with groove config

This commit is contained in:
andreas
2024-11-15 21:39:35 +01:00
parent 7a6eba4b86
commit 70fb1b3633
2 changed files with 2 additions and 2 deletions

View File

@@ -140,6 +140,7 @@ class BME280Config : public IICSensorBase{
busId = 2;
addr = 0x77;
CFG280(BME28022);
ok=true;
}
intv *= 1000;
}