mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-03-19 19:55:09 +01:00
Si7021 fix for HELTEC V3
This commit is contained in:
parent
f77d7078b6
commit
6095b4ff72
|
|
@ -37,7 +37,7 @@ ________________________________________________________________________________
|
|||
#include "A7670_utils.h"
|
||||
#endif
|
||||
|
||||
String versionDate = "2024.06.10";
|
||||
String versionDate = "2024.06.13";
|
||||
Configuration Config;
|
||||
WiFiClient espClient;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue