Skip to content

Commit 1c1cabc

Browse files
authored
Update TasmotaRF433Bridge.ino
1 parent 1cd49f3 commit 1c1cabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TasmotaRF433Bridge.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RCSwitch mySwitch = RCSwitch();
66
void setup() {
77
Serial.begin(115200);
88
mySwitch.enableReceive(1); // Receiver on inerrupt 1 => that is pin #3
9-
mySwitch.enableTransmit(10);
9+
mySwitch.enableTransmit(10); //Transmitter on pin #10
1010
mySwitch.setProtocol(2, 450);
1111
mySwitch.setRepeatTransmit(15);
1212
}

0 commit comments

Comments
 (0)