mirror of
https://github.com/thelsing/knx.git
synced 2025-08-22 13:46:21 +02:00
Update knx-demo.ino
This commit is contained in:
parent
79ad3b9975
commit
81eed5f25a
@ -55,7 +55,7 @@ void resetCallback(GroupObject& go)
|
|||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
ArduinoPlatform::SerialDebug = Serial;
|
ArduinoPlatform::SerialDebug = &Serial;
|
||||||
|
|
||||||
randomSeed(millis());
|
randomSeed(millis());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user