mirror of
https://github.com/thelsing/knx.git
synced 2025-08-17 13:47:28 +02:00
Update knx-bme680.ino
This commit is contained in:
parent
e4dbda5f16
commit
9bb5982e7a
@ -43,7 +43,7 @@ bool trigger = false;
|
||||
void setup(void)
|
||||
{
|
||||
SerialDBG.begin(115200);
|
||||
ArduinoPlatform::SerialDebug = SerialDBG;
|
||||
ArduinoPlatform::SerialDebug = Serial;
|
||||
delay(5000);
|
||||
SerialDBG.println("start");
|
||||
|
||||
@ -282,4 +282,4 @@ void triggerCallback(GroupObject& go)
|
||||
|
||||
iaqSensor.updateSubscription(sensorList, 1, BSEC_SAMPLE_RATE_ULP_MEASUREMENT_ON_DEMAND);
|
||||
checkIaqSensorStatus();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user