tryfix: init change for BME680 (#3965)

This commit is contained in:
Thomas Göttgens
2024-06-01 02:46:42 +02:00
committed by GitHub
parent ffff2a03fc
commit 2740a56944
4 changed files with 4 additions and 95 deletions

View File

@@ -8,7 +8,9 @@
#define STATE_SAVE_PERIOD UINT32_C(360 * 60 * 1000) // That's 6 hours worth of millis()
#include "bme680_iaq_33v_3s_4d/bsec_iaq.h"
const uint8_t bsec_config[] = {
#include "config/bme680/bme680_iaq_33v_3s_4d/bsec_iaq.txt"
};
class BME680Sensor : public TelemetrySensor
{