espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

PlatformIO support. (AIV-493) #82

Open Mnark opened 5 years ago

Mnark commented 5 years ago

I have successfully managed to use PlatformIO to build and run the web server example in esp-who.

The changes require an additional file (library.json) to be added the root of each of the component projects (esp-face, esp-camera etc.) to enable those components to be installed into PlatformIO, as well as additions to the main esp-who repository (platform.ini).

So questions... Would you like these changes contributed to the repository via a pull-request? If so, should I submit a separate request for each component? or Should i just post some detailed instructions here?

XiaochaoGONG commented 5 years ago

Hi Mnark, thanks a lot ! This will help the user in #44 . It's better you post some detailed instructions here :)

TjeerdvanDijk commented 2 years ago

Hey, this would still be very useful. I think there are many people that can benefit from this.

zeljkoavramovic commented 1 year ago

I would prefer pull request but instructions are also fine. Thanks!

JoseBarreto1 commented 11 months ago

I would also like instructions, to use with PlatformIO