Closes #
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Documentation update
- Refactor / code quality improvement
- CI / build / tooling change
- I have read the Contributing Guidelines.
- My branch is up-to-date with the target branch.
- My changes compile without errors or warnings on the affected platform(s).
- I have added or updated tests to cover my changes.
- All existing tests pass (
pio test -e native). - I have updated relevant documentation (README, inline comments, etc.).
- My commit messages follow the Conventional Commits format.
- I have added a
CHANGELOG.mdentry under[Unreleased].