fix: Compilation with esp-idf 5.5 (AEGHB-1187)
Description
Fixes compilation of esp-now with ESP-IDF v5.5
Related
Closes #150
Testing
Build the examples.
Checklist
Before submitting a Pull Request, please ensure the following:
- [x] 🚨 This PR does not introduce breaking changes.
- [x] All CI checks (GH Actions) pass.
- [x] Documentation is updated as needed.
- [x] Tests are updated or added as necessary.
- [x] Code is well-commented, especially in complex areas.
- [x] Git history is clean — commits are squashed to the minimum necessary.
Hi @lhespress, sorry for pinging you. It looks like you are (one of) the maintainers.
We actually need this PR to bump our firmware to ESP-IDF v5.5. Can you take a minute to accept this PR?
Hi @lhespress, sorry for pinging you. It looks like you are (one of) the maintainers.
We actually need this PR to bump our firmware to ESP-IDF v5.5. Can you take a minute to accept this PR?
@DCSBL if you need to use this component with the fix and you're using the idf component manager, then you can use the version published under the esp-cpp namespace. It's what I'm using and it's hosted at espp/esp-now on the main branch of this fork
https://components.espressif.com/components/espp/esp-now/versions/1.0.5/readme
@DCSBL Thanks for your contribution! The issue has been fixed. Please pull the latest changes from the master branch.