add float to knxValue

This commit is contained in:
Thomas Kunze
2019-07-24 22:28:11 +02:00
parent 13b1cff315
commit 1e804d459e
4 changed files with 26 additions and 3 deletions

View File

@@ -58,8 +58,10 @@ void setup(void)
if(knx.configured())
goTriggerSample.callback(triggerCallback);
// depends on sensor board. Try BME680_I2C_ADDR_PRIMARY if it doen't work.
// Configure Wire pins before this call if needed.
Wire.begin();
// depends on sensor board. Try BME680_I2C_ADDR_PRIMARY if it doen't work.
iaqSensor.begin(BME680_I2C_ADDR_SECONDARY, Wire);
checkIaqSensorStatus();