ESP8266 ESP32 HTTP OTA server
Very simple OTA firmware server suitable for built-in ESP8266 HTTP Updater and ESP32 HTTP Updater.
Main purpose is to serve firmware files and passing MD5 hash — to verify flashing.
Options:
-s
--bind
listen address (default :8092
)-d
--data-dir
data storage location. <data-dir>/<project>/<file.bin>
OTA URL: http://<server-bind-host>/bin/<project>/<file.bin>
TODO: