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

Fix for missing data on I2C bus for BME280, BMP280 and SHT21

This commit is contained in:
norbert-walter
2022-03-12 17:47:16 +01:00
parent 509166216d
commit 918e286f34
2 changed files with 10 additions and 6 deletions

View File

@@ -40,6 +40,8 @@ typedef struct{
GwLog *logger=NULL;
GwConfigHandler *config=NULL;
SensorData data;
GwApi::BoatValue *time=NULL;
GwApi::BoatValue *date=NULL;
} CommonData;
//a base class that all pages must inherit from