We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your example you have
if(newMovingMaxDistance > 0 && newStationaryMaxDistance > 0 && newMovingMaxDistance <= 8 && newStationaryMaxDistance <= 8)
This seems to properly limit gate selection to a maximum of 8, but - gate 0 is a valid maximum isn't it?
The text was updated successfully, but these errors were encountered:
Yes. This is however more like a support question for one of the two example files, rather than an issue with the library?
Sorry, something went wrong.
No branches or pull requests
In your example you have
if(newMovingMaxDistance > 0 && newStationaryMaxDistance > 0 && newMovingMaxDistance <= 8 && newStationaryMaxDistance <= 8)
This seems to properly limit gate selection to a maximum of 8, but - gate 0 is a valid maximum isn't it?
The text was updated successfully, but these errors were encountered: