mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +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()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
ArduinoPlatform::SerialDebug = Serial;
|
||||
ArduinoPlatform::SerialDebug = &Serial;
|
||||
|
||||
randomSeed(millis());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user