From 42a0ee9c9befc1b9ace13522d802205b97924f43 Mon Sep 17 00:00:00 2001 From: Gregg Date: Sat, 9 Jan 2021 13:13:23 -0600 Subject: [PATCH] Update RemoteControl.ino --- Other Examples/RemoteControl/RemoteControl.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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