Update Overkapping.ino

Pulse length aangepast
This commit is contained in:
Frank 2022-08-15 09:27:26 +02:00
parent 7f2620c9df
commit df5ad396c5

View File

@ -146,7 +146,7 @@ void setup() {
mySwitch.setProtocol(1);
// Optional set pulse length.
mySwitch.setPulseLength(395);
mySwitch.setPulseLength(395); //Orgineel op 390 !!
// Optional set number of transmission repetitions.
mySwitch.setRepeatTransmit(2);