-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
Timer Interval: Int32? #138
Comments
Hey Stephan, so the variable is actually https://github.com/universam1/iSpindel/blob/master/pio/src/iSpindel.cpp#L71 a Now, as the hardware only supports ~72min max sleep time I am doing a trick here to allow longer sleep time. |
@DottoreTozzi I found that https://github.com/universam1/iSpindel/blob/master/pio/src/iSpindel.cpp#L332 was actually limiting to only 4 digits so only 9999s. Changed that and it works for me, please double check if thats the case for you too. |
Nice, will test, thank you! |
Confirmed, works like a charm now, thank you! |
thanks for the test! |
Hi Sam,
in an attempt to put the iSpindel to its limits, I've put one in my Flanders Red Ale, which is supposed to ferment over the next 12 months.
So I set the interval to 6 hours, which apparently causes an overflow.
Would it cause a lot of trouble to use an Int64 for this value instead?
Thanks,
Stephan
The text was updated successfully, but these errors were encountered: