mirror of
https://github.com/easytarget/esp32-cam-webserver.git
synced 2024-02-16 18:18:24 +08:00

* A whole bunch more user configurable default settings * Stream URL now exposed * Restore Linear LED operation with a nicer logarithmic function. * Small fixes and tweaks to UI, info and javascript * Logo
Simple C program used to debut the log function I used for LED control
Designed to be run on the commandline (unix), Compile with: gcc linearled.c -o linearled -lm