diff --git a/Other Examples/RemoteControl/RemoteControl.ino b/Other Examples/RemoteControl/RemoteControl.ino index e684c0b..eca7bc2 100644 --- a/Other Examples/RemoteControl/RemoteControl.ino +++ b/Other Examples/RemoteControl/RemoteControl.ino @@ -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