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

feat(upload): auto-upload chunks every hour #5

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

gminn
Copy link
Member

@gminn gminn commented May 30, 2024

Summary

This commit adds the Kconfig settings to enable auto-upload of chunks.
The default interval is 1 hour, but can be changed in the Kconfig
CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS. While this application
relies on the user configuring the wifi connection through the shell,
it is a sane default to assume a connection has been made.

Test Plan

Flashed esp32s3, saw auto-upload after an hour.

 ### Summary

 This commit adds the Kconfig settings to enable auto-upload of chunks.
 The default interval is 1 hour, but can be changed in the Kconfig
 `CONFIG_MEMFAULT_HTTP_PERIODIC_UPLOAD_INTERVAL_SECS`. While this application
 relies on the user configuring the wifi connection through the shell,
 it is a sane default to assume a connection has been made.

 ### Test Plan

 Flashed esp32s3, saw auto-upload after an hour.
Copy link
Member Author

gminn commented May 30, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @gminn and the rest of your teammates on Graphite Graphite

@gminn gminn marked this pull request as ready for review June 4, 2024 14:29
@gminn gminn requested a review from a team as a code owner June 4, 2024 14:29
@gminn gminn merged commit 57b6e0b into main Jun 13, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants