Update RemoteControl.ino
This commit is contained in:
parent
d0822ed98c
commit
42a0ee9c9b
|
|
@ -11,7 +11,7 @@ void setup() {
|
|||
|
||||
Serial.print("\n\nHomeSpan RF Transmitter Example\n\n");
|
||||
|
||||
RFControl rf(LED_BUILTIN); // create an instance of RFControl with signal output to the ESP32's Built-In LED
|
||||
RFControl rf(13); // create an instance of RFControl with signal output to pin 13 of the ESP32
|
||||
|
||||
rf.clear(); // clear the pulse train memory buffer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue