espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
506 stars 93 forks source link

Is this compatible with ESP-IDF release/v4.1 and release/v3.3? #13

Closed sagar448 closed 1 year ago

sagar448 commented 2 years ago

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!

LJYSP commented 2 years ago

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.

horsemann07 commented 2 years ago

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 ??

lhespress commented 1 year ago

@sagar448 Please refer to the instructions of idf-version and checkout it to the master branch.

lhespress commented 1 year ago

@sagar448 Closing this issue since there has been no update on this. Please feel free to reopen if required.