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

V2 Limit the maximal datablock time #16

Open
yoelk opened this issue Nov 10, 2015 · 0 comments
Open

V2 Limit the maximal datablock time #16

yoelk opened this issue Nov 10, 2015 · 0 comments

Comments

@yoelk
Copy link
Owner

yoelk commented Nov 10, 2015

Some controllers (like Arduinos) can only count using 32bit variables.
If they're counting milliseconds, they can count until ~50 days.
This means that if we want to allow longer operation times, we should reset the mutual time once in a while (every day should be more than enough)

  • This has to be checked for every supported controller. if some controllers have less than 32bit variables or if they count microseconds, another update frequency is needed.
@yoelk yoelk changed the title Limit the maximal datablock time V2 Limit the maximal datablock time Nov 10, 2015
@yoelk yoelk added this to the very nice to have milestone Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant