mirror of
https://github.com/thelsing/knx.git
synced 2025-08-13 13:46:20 +02:00
Update knx-sonoffS20.ino
This commit is contained in:
parent
a5f937a658
commit
c976857f25
@ -25,7 +25,7 @@ void switchCallback(GroupObject& go)
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(115200);
|
||||
ArduinoPlatform::SerialDebug = Serial;
|
||||
ArduinoPlatform::SerialDebug = &Serial;
|
||||
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
WiFiManager wifiManager;
|
||||
|
Loading…
Reference in New Issue
Block a user