Update RemoteControl.ino

This commit is contained in:
Gregg 2021-01-09 13:13:23 -06:00
parent d0822ed98c
commit 42a0ee9c9b
1 changed files with 1 additions and 1 deletions

View File

@ -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