mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Update knx-bme680.ino
This commit is contained in:
parent
7f8b19ba9d
commit
79ad3b9975
@ -43,7 +43,7 @@ bool trigger = false;
|
|||||||
void setup(void)
|
void setup(void)
|
||||||
{
|
{
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
ArduinoPlatform::SerialDebug = Serial;
|
ArduinoPlatform::SerialDebug = &Serial;
|
||||||
delay(5000);
|
delay(5000);
|
||||||
Serial.println("start");
|
Serial.println("start");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user