Update McLighting.ino
USE_WS2812FX_UART are pointers!
This commit is contained in:
parent
a1851e0cb8
commit
a6bf641700
1 changed files with 2 additions and 2 deletions
|
@ -94,10 +94,10 @@ WS2812FX* strip;
|
|||
NeoEsp8266Dma800KbpsMethod* dma;
|
||||
#endif
|
||||
#ifdef USE_WS2812FX_UART1 // Uses UART1: GPIO1/TXD0/TX, more info: https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods
|
||||
NeoEsp8266Uart0800KbpsMethod dma;
|
||||
NeoEsp8266Uart0800KbpsMethod* dma;
|
||||
#endif
|
||||
#ifdef USE_WS2812FX_UART2 // Uses UART2: GPIO2/TXD1/D4, more info: https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods
|
||||
NeoEsp8266Uart1800KbpsMethod dma;
|
||||
NeoEsp8266Uart1800KbpsMethod* dma;
|
||||
#endif
|
||||
|
||||
void initDMA(uint16_t stripSize = NUMLEDS){
|
||||
|
|
Loading…
Reference in a new issue