From 13f56d1f5656bf1cc2ecf16a3cc4471e710ba7a9 Mon Sep 17 00:00:00 2001 From: Louis Beaudoin Date: Sat, 2 Jan 2021 21:24:37 +0000 Subject: [PATCH] Updated Compiling WLED (markdown) --- Compiling-WLED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-WLED.md b/Compiling-WLED.md index 358588e..6be197c 100644 --- a/Compiling-WLED.md +++ b/Compiling-WLED.md @@ -1,4 +1,4 @@ -You want to add custom features to WLED or add in a usermod? You've found the right place! +You want to add custom features to WLED, use non-default pins, or add in a usermod? You've found the right place! WLED has come to rely on so many dependencies in the latest versions that building with the Arduino IDE is no longer recommended. Instead, installing Visual Studio Code and its PlatformIO (PIO) extension is easier, as it will install the ESP Arduino core, all the required libraries and the correct compilation settings for you automatically.