espressif / esp-who

Face detection and recognition framework
Other
1.65k stars 459 forks source link

Feat: Enable LED Flash for AI Thinker Board #99

Closed bkeevil closed 4 years ago

bkeevil commented 4 years ago

See issues #24 #96

bkeevil commented 4 years ago

Squashed the commits

bkeevil commented 4 years ago

One issue with this patch is that for boards other than AI Thinker the Flash options will be shown on the web page but will do nothing. There was no easy way to conditionally include html content in the page being served because it is being served from a gzip compressed file stored in the SPIFFS.

I would suggest creating a separate feature branch for this commit until that can be resolved.