testing heltecv3 0.3

This commit is contained in:
richonguzman 2024-05-14 09:14:25 -04:00
parent bdf3fe7cbc
commit dc39eec941
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ float newHum, newTemp, newPress, newGas;
Adafruit_BME280 bme280;
//Adafruit_BME680 bme680;
Adafruit_BME680 bme680;
#ifdef HELTEC_V3
Adafruit_BMP280 bmp280(&Wire1);
#else