mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +00:00
bugfix
bitshift was still set from testing, forgot to update
This commit is contained in:
parent
b98a8a10b0
commit
5fd3a513a4
@ -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