This commit is contained in:
Justin E. Mann 2025-05-05 09:07:58 -06:00
parent 6f87b6a370
commit adfacf7616

View File

@ -94,21 +94,13 @@ SHTC3Sensor shtc3Sensor;
NullSensor shtc3Sensor; NullSensor shtc3Sensor;
#endif #endif
#if __has_include(<Adafruit_VEML7700.h>)
#include "Sensor/VEML7700Sensor.h"
#ifdef RAK4630 #ifdef RAK4630
#include "Sensor/RAK12035Sensor.h" #include "Sensor/RAK12035Sensor.h"
#endif #endif
BMP085Sensor bmp085Sensor; #if __has_include(<Adafruit_VEML7700.h>)
BMP280Sensor bmp280Sensor; #include "Sensor/VEML7700Sensor.h"
BME280Sensor bme280Sensor;
BME680Sensor bme680Sensor;
DPS310Sensor dps310Sensor;
MCP9808Sensor mcp9808Sensor;
SHTC3Sensor shtc3Sensor;
LPS22HBSensor lps22hbSensor;
SHT31Sensor sht31Sensor;
VEML7700Sensor veml7700Sensor; VEML7700Sensor veml7700Sensor;
#else #else
NullSensor veml7700Sensor; NullSensor veml7700Sensor;