tsaarni / esp32-micropython-webcam

ESP32-CAM webcam with MicroPython
Apache License 2.0
148 stars 33 forks source link

Provide ESP32 builds? #4

Closed gguuss closed 5 years ago

gguuss commented 5 years ago

Between dependencies in ESP-IDF and MicroPython, I'm having trouble getting a working build. Would it be possible for you to provide a pre-built release with the .bin file for flashing MicroPython to an ESP32?

tsaarni commented 5 years ago

There should be a build on the releases page here. You'll find bin file inside .tar.gz under "assets".

gguuss commented 5 years ago

My hero!

tsaarni commented 5 years ago

Just heads up also about issue #3: in this repo I made a mistake by using picoweb as the web framework, unknowingly that it actually targets separate fork of micropython. I have not updated the example code to use standard http server class instead...