lemariva / uPyCam

Take a photo with an ESP32-CAM running MicroPython
https://lemariva.com/blog/2019/09/micropython-how-about-taking-photo-esp32
Apache License 2.0
140 stars 42 forks source link

please include the rest of modules needed #10

Open aguaviva opened 4 years ago

aguaviva commented 4 years ago

It works like a charm. If possible please include the rest of modules, that would make things simpler in case the current modules change and make things incompatible. also will make easier to get this project running.

Thanks

lemariva commented 4 years ago

I think the files that you are asking for are here. I included all files and modules that you need to compile MicroPython with the module.

aguaviva commented 4 years ago

I meant the python modules, you are including uasyncio, a thing that was unvaluable because often new versions break things and one needs an older version that is hard to find, this was really great :) I was hoping you could do the same with the rest of the modules :)

hunluanyuba commented 2 months ago

I don't know how to add the uasyncio module in ESP32 either