From d0822ed98c425c664ecb62e6028f2616ed099652 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 9 Jan 2021 13:10:26 -0600 Subject: [PATCH] Update Extras.md --- docs/Extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Extras.md b/docs/Extras.md index 1c19f77..157edf9 100644 --- a/docs/Extras.md +++ b/docs/Extras.md @@ -96,7 +96,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 on the ESP32 rf.clear(); // clear the pulse train memory buffer