feat(nvs): Add NVS support for relay channel persistence (#1074) #33
Reference in New Issue
Block a user
Delete Branch "feat/1074-add-nvs-storage"
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?
Add NVS support for relay channel configuration persistence, perform minor refactoring, and add a new utility script.
TICKET-1074
To ensure relay channel configuration persists across reboots using NVS and simplify initialization logic for maintainability.
Improve test coverage with dedicated NVS storage tests and updated test tags to validate persistence functionality.