From d6bcf0a6e0924a01ef9d9dfd008715f7625b2032 Mon Sep 17 00:00:00 2001 From: clarkwmcd <31146476+clarkwmcd@users.noreply.github.com> Date: Sat, 12 Dec 2020 16:37:05 -0500 Subject: [PATCH] Update README.md Changed default pin from GPIO-5 to GPIO-3. GPIO-5 does work with NodeMCU as configured in the original youtube video tutorial. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f851c..73672f6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This repository is to accompany my LED Sunrise Video: 1. Download the .ino file 2. Ensure you have the correct libraries download and installed (links at top of the ino file) 3. Update information in the user configuration section and upload to the NodeMCU -4. Hook up your NodeMCU, to your RGBW LED strip (default pin is D1 which is GPIO-5) +4. Hook up your NodeMCU, to your RGBW LED strip (default pin is RX which is GPIO-3) 5. Send the number of minutes you'd like the sunrise to be spread over to the MQTT topic: ```c++