bitshift was still set from testing, forgot to update
This commit is contained in:
Damian Schneider 2024-11-04 17:38:45 +01:00 committed by GitHub
parent bf37ac53a3
commit 3733715184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -737,7 +737,7 @@ class WS2812FX { // 96 bytes
_transitionDur(750), _transitionDur(750),
_targetFps(WLED_FPS), _targetFps(WLED_FPS),
_frametime(FRAMETIME_FIXED), _frametime(FRAMETIME_FIXED),
_cumulativeFps(50<<6), _cumulativeFps(50<<7),
_isServicing(false), _isServicing(false),
_isOffRefreshRequired(false), _isOffRefreshRequired(false),
_hasWhiteChannel(false), _hasWhiteChannel(false),