mirror of
https://github.com/wled/WLED.git
synced 2025-04-24 14:57:18 +00:00
bugfix
bitshift was still set from testing, forgot to update
This commit is contained in:
parent
bf37ac53a3
commit
3733715184
@ -737,7 +737,7 @@ class WS2812FX { // 96 bytes
|
||||
_transitionDur(750),
|
||||
_targetFps(WLED_FPS),
|
||||
_frametime(FRAMETIME_FIXED),
|
||||
_cumulativeFps(50<<6),
|
||||
_cumulativeFps(50<<7),
|
||||
_isServicing(false),
|
||||
_isOffRefreshRequired(false),
|
||||
_hasWhiteChannel(false),
|
||||
|
Loading…
x
Reference in New Issue
Block a user