From 7691540f57ba69f43d6dab6502bde0aa6e4f377f Mon Sep 17 00:00:00 2001 From: MrPaulAR <3765696+MrPaulAR@users.noreply.github.com> Date: Fri, 27 Mar 2020 08:27:26 -0500 Subject: [PATCH] legpin > ledpin --- Install-WLED-binary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install-WLED-binary.md b/Install-WLED-binary.md index 4d7abd0..754da6b 100644 --- a/Install-WLED-binary.md +++ b/Install-WLED-binary.md @@ -39,7 +39,7 @@ I would recommend to always use the latest release. Please use the following bin Binary Name | For devices | --- | --- | -| WLED_0.x.x_ESP8266.bin | NodeMCU, Wemos D1 mini, ESP-12, all ESP8266 with 4Mb flash. Recommended. (The legpin is GPIO2 in this case.) +| WLED_0.x.x_ESP8266.bin | NodeMCU, Wemos D1 mini, ESP-12, all ESP8266 with 4Mb flash. Recommended. (The ledpin is GPIO2 in this case.) | WLED_0.x.x_ESP32.bin | All ESP32 devices (try [this](https://github.com/Aircoookie/WLED/issues/517#issuecomment-571333712) if the WLED-AP doesn't appear after flashing) | | WLED_0.x.x_ESP8266_1M_ota.bin | ESP-01 (black PCB), most Sonoff devices, ESP8265, all ESP8266 with 1Mb flash. This binary has some interfaces disabled (Alexa, Blynk, Hue sync, Infrared) in order for wireless updates to continue working. | | WLED_0.x.x_ESP8266_1M_full.bin | ESP-01 (black PCB), most Sonoff devices, ESP8265, all ESP8266 with 1Mb flash. This binary has the full feature set, but wireless updates will not work. |