Si7021 fix for HELTEC V3

This commit is contained in:
richonguzman 2024-06-13 13:36:18 -04:00
parent f77d7078b6
commit 6095b4ff72
2 changed files with 2 additions and 1 deletions

View file

@ -37,7 +37,7 @@ ________________________________________________________________________________
#include "A7670_utils.h"
#endif
String versionDate = "2024.06.10";
String versionDate = "2024.06.13";
Configuration Config;
WiFiClient espClient;

View file

@ -18,6 +18,7 @@ float newHum, newTemp, newPress, newGas;
Adafruit_BME280 bme280;
#ifdef HELTEC_V3
Adafruit_BMP280 bmp280(&Wire1);
Adafruit_Si7021 sensor = Adafruit_Si7021();
#else
Adafruit_BMP280 bmp280;
Adafruit_BME680 bme680;