mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-08 15:32:48 +00:00
.
This commit is contained in:
parent
6f87b6a370
commit
adfacf7616
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user