espressif / esp-now

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

Will this be integrated into IDF? #6

Closed gmag11 closed 2 years ago

gmag11 commented 2 years ago

It would be really nice that this esp-now improvement is included into IDF. Great work!

ljy770 commented 2 years ago

This project is an application developed based on IDF , but will not be integrated into IDF. You can integrate the esp-now/components to your own IDF project.

sagar448 commented 2 years ago

@ljy770 How can you integrate the ESP-NOW/Components into IDF project? Would it be project level? Or do we drag the components folder into the ESP-NOw folder in the ESP-IDF folder?

leeebo commented 2 years ago

  HELLO IM LIBO I HAVE GOT YOUR LETTER PLEASE WAIT FOR REPLY

LJYSP commented 2 years ago

How can you integrate the ESP-NOW/Components into IDF project? Would it be project level? Or do we drag the components folder into the ESP-NOw folder in the ESP-IDF folder? @sagar448 ,like this: cp -r ~/esp-now/components/ esp-idf/components/ cp -r ~/esp-now/examples/ esp-idf/examples/