Answers checklist.
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?
Answers checklist.
General issue report
Schedules don't seem to be saved in NVS since
enable_nvsis set tofalsehere:esp-rainmaker/components/esp_rainmaker/src/core/esp_rmaker_schedule.c
Line 969 in cb5f1dd
Why not set it to
trueby default, so that schedules are restored after device restart?Is it safe to set it to
truein my firmware code, or nvs support is not ready yet?