From e08bd6af943c9744e097fb410d3c4d059d8e087d Mon Sep 17 00:00:00 2001 From: Aircoookie Date: Thu, 27 Feb 2020 15:18:43 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/FAQ.md b/FAQ.md index f7e4200..5b86c97 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,19 +3,7 @@
What binary should I use? -I would recommend to always use the latest release. Please use the following binary for these boards respectively: - -| Binary Name | For devices | -| === | === | -WLED_0.x.x_ESP8266.bin | NodeMCU, Wemos D1 mini, ESP-12, all ESP8266 with 4Mb flash. Recommended. -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. -WLED_0.x.x_ESP8266_512k.bin | ESP-01 (blue PCB), older Sonoff devices, all ESP8266 with 512k flash. Interfaces (Alexa, Blynk, Hue sync, Infrared) disabled, no OTA. Support will not be possible in future versions. -WLED_0.x.x_ESP8266_ledpinY.bin | Custom build for 4Mb flash ESP8266 and WS2812b. LED pin is changed (default is GPIO2). LED pin 4 is useful for the QuinLed Dig Uno board. -WLED_0.x.x_ESP8266_apa102.bin | Custom build for 4Mb flash ESP8266 and APA102 LEDs (clock pin GPIO0, data GPIO2). -WLED_0.x.x_ESP8266_ws2801.bin | Custom build for 4Mb flash ESP8266 and WS2801 LEDs (clock pin GPIO0, data GPIO2). -WLED_0.x.x_ESP32_ledpinY.bin | Custom build for ESP32 and WS2812b. LED pin is changed (default is GPIO2). LED pin 16 is useful for the QuinLed Dig Uno board. +Please see [this page](https://github.com/Aircoookie/WLED/wiki/Install-WLED-binary).
## Connection issues