Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startMultiple does not wait until stabilizingtime is over #62

Closed
ChristianH99 opened this issue Feb 13, 2021 · 1 comment
Closed

startMultiple does not wait until stabilizingtime is over #62

ChristianH99 opened this issue Feb 13, 2021 · 1 comment

Comments

@ChristianH99
Copy link

The function startMultiple is simply run over because the ">" is set wrong. Must be
if(millis() - startMultipleTimeStamp < startMultipleWaitTime) {
in both startMultiple functions to make it really wait until the time is over.

@olkal
Copy link
Owner

olkal commented Feb 14, 2021

Thanks!
Should be okay now (version 1.2.7)

@olkal olkal closed this as completed Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants