mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 02:36:11 +00:00
Am idiot, and deleted some of the adafruit code path
I put it back and test-compiled a few builds.
This commit is contained in:
@@ -34,6 +34,15 @@ static bool bsec_data_ready = false;
|
|||||||
#define BSEC_STATE_FILE "/bsec_state.bin"
|
#define BSEC_STATE_FILE "/bsec_state.bin"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ENV_INCLUDE_BME680
|
||||||
|
#ifndef TELEM_BME680_ADDRESS
|
||||||
|
#define TELEM_BME680_ADDRESS 0x76
|
||||||
|
#endif
|
||||||
|
#define TELEM_BME680_SEALEVELPRESSURE_HPA (1013.25)
|
||||||
|
#include <Adafruit_BME680.h>
|
||||||
|
static Adafruit_BME680 BME680(TELEM_WIRE);
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef ENV_INCLUDE_BMP085
|
#ifdef ENV_INCLUDE_BMP085
|
||||||
#define TELEM_BMP085_SEALEVELPRESSURE_HPA (1013.25)
|
#define TELEM_BMP085_SEALEVELPRESSURE_HPA (1013.25)
|
||||||
#include <Adafruit_BMP085.h>
|
#include <Adafruit_BMP085.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user