diff --git a/Overkapping.ino b/Overkapping.ino index b8afcca..99da96f 100644 --- a/Overkapping.ino +++ b/Overkapping.ino @@ -7,7 +7,7 @@ #include #include -#define BUZZER_PIN D2 +#define BUZZER_PIN D8 const char* ssid = "FrankHilde"; const char* password = "HildeFrank"; @@ -140,7 +140,7 @@ void setup() { // Transmitter is connected to Arduino Pin #10 - mySwitch.enableTransmit(D1); + mySwitch.enableTransmit(D4); // Optional set protocol (default is 1, will work for most outlets) mySwitch.setProtocol(1);