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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user