tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.97k forks source link

Webupdate as additional feature #727

Open 22MarioZ opened 6 years ago

22MarioZ commented 6 years ago

First I have to say the WiFiManager is a great and easy to use. Big thanks to developer. An addition as webupdate would be relay nice. This is just my suggestion for future improvements.

PS: For webupdate I only tested code example as part of Arduino ESP32 examples.

tablatronix commented 6 years ago

you mean manual upload sketch from web?

22MarioZ commented 6 years ago

I mean uploading new FW via web. In Arduino you can find the sketch under Examples -> Wemos LOLIN32 -> WebServer -> Webupdate. See pic:

screen shot 2018-09-12 at 17 19 29

This would make the WiFiManager really a powerful tool.

tablatronix commented 6 years ago

https://github.com/esp8266/Arduino/blob/master/libraries/ESP8266WebServer/examples/WebUpdate/WebUpdate.ino

22MarioZ commented 6 years ago

For ESP32 https://github.com/espressif/arduino-esp32/blob/master/libraries/WebServer/examples/WebUpdate/WebUpdate.ino

tablatronix commented 6 years ago

PR #587

tablatronix commented 5 years ago