mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-19 09:45:35 +00:00
After a schedule with "relative seconds" executed, the esp_rmaker_schedule logic was disabling it. However, this was causing incorrect checks in esp_schedule component logic, causing the schedule to get re-enabled. Added a check similar to other schedules to prevent this.