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