Skip to content

Enable NVS support for esp_schedule component (MEGH-6685) #352

@bbinet

Description

@bbinet

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions