IPdotSetAF / ESPAsyncHTTPUpdateServer

A Simple OTA web page implemented over ESPAsyncWebServer(by me-no-dev)
GNU Lesser General Public License v2.1
27 stars 5 forks source link

ESP32 support #2

Closed IPdotSetAF closed 5 months ago

IPdotSetAF commented 9 months ago

add support for ESP32 :)

goebish commented 7 months ago

I expected it to work on ESP32 as stated in the README but got this error: The ESPAsyncHTTPUpdateServer library encountered an unknown path resolve error.D*: 2:10: fatal error: flash_hal.h: No such file or directory

IPdotSetAF commented 7 months ago

I expected it to work on ESP32 as stated in the README but got this error: The ESPAsyncHTTPUpdateServer library encountered an unknown path resolve error.D*: 2:10: fatal error: flash_hal.h: No such file or directory

sorry, my bad. i was planning to add the support since its not much work but my dev system windows got corrupted. and the issue is left open.

I will try to add it to the lib and publish it ASAP.

IPdotSetAF commented 5 months ago

Hey @goebish Sorry it took some time, I was a little busy.

Could you give it another try and let me know if your issue is fixed or not?