mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
add float to knxValue
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user