esp-now
esp-now copied to clipboard
Is this compatible with ESP-IDF release/v4.1 and release/v3.3?
We would like to integrate this into our projects which are currently based on release 4.1 and 3.3. Would this be compatible with those versions?
Thanks!
This project is compatible with release v4.3, not compatible with release 4.1 and 3.3. Because some apis are not the same, like console APIs in components/debug, led APIs in examples/dev_kits/common_components/led.
what functions do you will use in espnow? you may try to change the APIs to your IDF version.
Hello @LJYSP
Does this project work with the idf v4.2.2 ? Can we directly use the components ? Does the Components utils are based on the v4.3 ??
@sagar448 Please refer to the instructions of idf-version and checkout it to the master branch.
@sagar448 Closing this issue since there has been no update on this. Please feel free to reopen if required.