Close

Trivial release: 3.3

A project log for $7 ESP32 CAM example expanded

A proper implementation of a ESP32 CAM webserver; based on the Espressif example, but extended for real-world use

owenOwen 06/08/2021 at 06:420 Comments

I just did a (final?) release of the 3.x code to address a couple of trivial issues:

* properly fix an old memory free()ing bug that affected face recognition. The temporary fix was fine but now we properly release the memory rather than keeping it assigned.

* Disable all WiFi Powersaving to improve responsiveness

There are no functional changes in this release.

Discussions