Revert 88c9b34^...88c9b34 on ESP8266 NeoMethods

Michael Miller
2020-03-02 11:46:07 -08:00
parent 88c9b34e38
commit e05cd056cf

@@ -6,8 +6,7 @@ The UART0 methods will use GPIO1.
## NeoEsp8266Dma800KbpsMethod
The NeoEsp8266Dma800KbpsMethod is the underlying method that gets used if you use Neo800KbpsMethod on Esp8266 platforms. There should be no need to use it directly.
⚠️ **IMPORTANT** ⚠️
The NeoEsp8266Dma800KbpsMethod only supports the **RXD0/GPIO3** pin. **The Pin argument is omitted.** See other esp8266 methods below if you don't have this pin available.
The NeoEsp8266Dma800KbpsMethod only supports the RXD0/GPIO3 pin. The Pin argument is omitted. See other esp8266 methods below if you don't have this pin available.
NOTE: Due to the varied board layouts for Esp8266, even though the pin maybe exposed, it may not be usable due to some custom feature on the board you use. If you find it not working, you should review the hardware schematic of your board and confirm the pin is not used for other purposes that interferes with it being used for NeoPixelBus.