ayushsharma82 / ElegantOTA

OTA updates made slick and simple for everyone!
https://elegantota.pro
GNU Affero General Public License v3.0
644 stars 119 forks source link

Cannot run it on ESP32 WiFi_AP mode #1

Closed MkLHX closed 5 years ago

MkLHX commented 5 years ago

Hi there!

Thanks for this promising lib but in my case, i need to do ota through async web server and on AP mode only. No wifi STA enabled on ESP32. And in header we can see only ESP8266 management. So can we use it on ESP32?

ayushsharma82 commented 5 years ago

ESP32's default Webserver Library doesn't work while sending webpages by using send_P function. I am in progress of making a Version of ElegantOTA based on AsyncWebServer.

I will notify you on this issue when it's done.

ayushsharma82 commented 5 years ago

Hi, Just Released AsyncElegantOTA, It works with both ESP8266 and ESP32. Checkout at https://github.com/ayushsharma82/AsyncElegantOTA