Skip to content

Commit

Permalink
Hot fix for #33
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Mar 30, 2023
1 parent 65dd84c commit 5d207fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
#ifdef PARALLEL_MODE
#undef LED_DRIVER
#define LED_DRIVER NeoPixelBus<NeoGrbFeature, NeoEsp32I2s1X8Ws2812Method>
#define LED_DRIVER2 NeoPixelBus<NeoGrbwFeature, NeoEsp32I2s1X8Ws2812Method>
#define LED_DRIVER2 NeoPixelBus<NeoGrbFeature, NeoEsp32I2s1X8Ws2812Method>
#else
#define LED_DRIVER2 NeoPixelBus<NeoGrbFeature, NeoEsp32I2s0Ws2812xMethod>
#endif
Expand Down

0 comments on commit 5d207fb

Please sign in to comment.