Commit 57b6e0b
authored
feat(upload): auto-upload chunks every hour (#5)
### 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.1 parent 8336844 commit 57b6e0b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments