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:
Nick Dunklee
2026-05-27 16:28:15 -06:00
parent 59cee5c8a0
commit e501704d2c
@@ -34,6 +34,15 @@ static bool bsec_data_ready = false;
#define BSEC_STATE_FILE "/bsec_state.bin"
#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
#define TELEM_BMP085_SEALEVELPRESSURE_HPA (1013.25)
#include <Adafruit_BMP085.h>