From 9bb5982e7ad76e6956ff653864d4aeed8096c7a9 Mon Sep 17 00:00:00 2001 From: Bernator Date: Mon, 9 Sep 2019 09:12:17 +0200 Subject: [PATCH] Update knx-bme680.ino --- examples/knx-bme680/knx-bme680.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/knx-bme680/knx-bme680.ino b/examples/knx-bme680/knx-bme680.ino index ff74c24..007ce71 100644 --- a/examples/knx-bme680/knx-bme680.ino +++ b/examples/knx-bme680/knx-bme680.ino @@ -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(); -} \ No newline at end of file +}