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

SD card available space #20

Open
scott2b opened this issue Mar 19, 2017 · 2 comments
Open

SD card available space #20

scott2b opened this issue Mar 19, 2017 · 2 comments

Comments

@scott2b
Copy link
Member

scott2b commented Mar 19, 2017

Can we know how much space is available on the SD card? If so, we should transmit this information, with possible special handling of logfiles - such as deleting old data

@scott2b
Copy link
Member Author

scott2b commented Mar 21, 2017

@scott2b
Copy link
Member Author

scott2b commented Mar 23, 2017

Note, getting the available space on the card has a fair amount of latency to it. We don't want to check the available space, for example, in every loop. Check after n loops or n amount of time .. or better yet, after n writes and track the amount of data we are writing so as to keep a fairly accurate account of what is available on the card without constantly checking it.

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