si7021 for Heltec fix

This commit is contained in:
richonguzman
2025-06-19 11:49:37 -04:00
parent b45f378817
commit 61fc6b5f2a
+1 -1
View File
@@ -26,7 +26,7 @@ float newHum, newTemp, newPress, newGas;
Adafruit_BME280 bme280;
#if defined(HELTEC_V3) || defined(HELTEC_V3_2)
Adafruit_BMP280 bmp280(&Wire1);
Adafruit_Si7021 sensor = Adafruit_Si7021();
Adafruit_Si7021 si7021 = Adafruit_Si7021();
#else
Adafruit_BMP280 bmp280;
Adafruit_BME680 bme680;