feat/1080-run-limit #36
Reference in New Issue
Block a user
Delete Branch "feat/1080-run-limit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This pull request introduces the run limit feature for relay channels with persistent NVS storage. It also simplifies the component by removing unnecessary
esp_eventusage, optimizes timer callbacks and event loop resource sizing, and enhances test coverage. These changes improve maintainability, reduce memory footprint, and ensure more reliable behavior across different configurations.TICKET-1080
Changes
sdkconfig.defaultsto cover individual and combined configurations.esp_eventusage from the component to reduce complexity.esp_event.Related Issues
Breaking Changes
None.
Migration Guide
N/A