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