s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
896 stars 166 forks source link

beginResponse_P - Braking Change in mathieucarbou / ESPAsyncWebServer for ESP32 in release 3.0.2 #306

Open hagre opened 2 months ago

hagre commented 2 months ago

see: https://github.com/mathieucarbou/ESPAsyncWebServer/pull/39

The beginResponse_P is only avaliable for ESP8266 at release 3.0.2

mathieucarbou commented 2 months ago

FYI, I've opened a PR to add back these methods as deprecated: https://github.com/mathieucarbou/ESPAsyncWebServer/pull/46 I hope to be able to merge it soon and release a new version of ESPAsyncWebServer.