We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd49f3 commit 1c1cabcCopy full SHA for 1c1cabc
TasmotaRF433Bridge.ino
@@ -6,7 +6,7 @@ RCSwitch mySwitch = RCSwitch();
6
void setup() {
7
Serial.begin(115200);
8
mySwitch.enableReceive(1); // Receiver on inerrupt 1 => that is pin #3
9
- mySwitch.enableTransmit(10);
+ mySwitch.enableTransmit(10); //Transmitter on pin #10
10
mySwitch.setProtocol(2, 450);
11
mySwitch.setRepeatTransmit(15);
12
}
0 commit comments