esp32-cam-webserver
esp32-cam-webserver copied to clipboard
Any interest in adding web server OTA mode?
A tool I use at times is the ability to upload a .bin file directly to the web server rather than via the IDE's OTA utility. A quick search has revealed two different options for the ESP32 (I'm familiar with the ESP8266).
Would either of these be something you'd mind me adding? They wouldn't port perfectly; I'd need to customize for the camera de-init (which is a point for the second option), but these get the idea across.
(library) https://randomnerdtutorials.com/esp32-ota-over-the-air-vs-code/ (manual) https://github.com/RuiSantosdotme/Random-Nerd-Tutorials/blob/master/Projects/ESP32/OTA_Web_Updater.ino
Yes it is a good idea, (actually, it's already on the 'trivial' wishlist in the readme) ..and if I had failed to track down the problem I was having with ArduinoOTA that would have been my solution.
But.. not for this release. And not without some sort of simple password protection. It's ideal to blend into a release that also adds wifi functions (such as those in #212)