WS2812FX::service() fix for non-fastpath builds
This commit is contained in:
@@ -1885,7 +1885,7 @@ void WS2812FX::service() {
|
||||
#endif
|
||||
}
|
||||
#else // legacy
|
||||
if (nowUp - _lastShow < MIN_SHOW_DELAY) return;
|
||||
if (elapsed < _frametime) return;
|
||||
#endif
|
||||
|
||||
bool doShow = false;
|
||||
|
||||
Reference in New Issue
Block a user