mirror of
https://github.com/thelsing/knx.git
synced 2025-08-31 13:47:01 +02:00
Update knx-demo.ino
This commit is contained in:
parent
9bb5982e7a
commit
fe513849b6
@ -55,7 +55,7 @@ void resetCallback(GroupObject& go)
|
||||
void setup()
|
||||
{
|
||||
SerialDBG.begin(115200);
|
||||
ArduinoPlatform::SerialDebug = SerialDBG;
|
||||
ArduinoPlatform::SerialDebug = Serial;
|
||||
|
||||
randomSeed(millis());
|
||||
|
||||
@ -110,4 +110,4 @@ void loop()
|
||||
return;
|
||||
|
||||
measureTemp();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user