-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
Answers checklist.
- I have read the Rainmaker documentation and the issue is not addressed there.
- I have updated my IDF branch (release/vX.Y) to the latest version and checked that the issue is present there. This is not applicable if you are using Rainmaker with Arduino.
- I have searched the Rainmaker forum and issue tracker for a similar issue and not found a similar issue.
General issue report
Schedules don't seem to be saved in NVS since enable_nvs is set to false here:
| esp_schedule_init(false, NULL, NULL); |
Why not set it to true by default, so that schedules are restored after device restart?
Is it safe to set it to true in my firmware code, or nvs support is not ready yet?
Metadata
Metadata
Assignees
Labels
No labels