This commit is contained in:
Thomas Göttgens
2023-05-05 18:11:44 +02:00
parent 10f41e376c
commit 46e29402a6
2 changed files with 5 additions and 5 deletions

View File

@@ -19,11 +19,11 @@ const uint8_t Default_H2S_NonH2S_config[] = {
class BME680Sensor : virtual public TelemetrySensor
{
private:
#ifdef USE_BSEC2
#ifdef USE_BSEC2
Bsec2 bme680;
#else
#else
Bsec bme680;
#endif // USE_BSEC2
#endif // USE_BSEC2
protected:
virtual void setup() override;