ESP32 AsyncWebServer updates procure compilations issues

Hello everybody, I need to add ElegantOTA library in a operational program; currently platformio.ini is:

[env:az-delivery-devkit-v4]

platform = espressif32

board = az-delivery-devkit-v4

framework = arduino

upload_protocol = esptool

board_build.partitions = spiffs_1_1MB.csv

board_build.filesystem = littlefs

lib_deps =

bodmer/TFT_eSPI

adafruit/Adafruit GFX Library@^1.12.3

fbiego/ESP32Time@^2.0.6

mathieucarbou/ESPAsyncWebServer @ 3.6.0

mathieucarbou/AsyncTCP @ 3.3.2

I am advised to update the libraries installed like this:

[env:az-delivery-devkit-v4]

platform = espressif32

board = az-delivery-devkit-v4

framework = arduino

upload_protocol = esptool

board_build.partitions = spiffs_1_1MB.csv

board_build.filesystem = littlefs

lib_deps =

bodmer/TFT_eSPI

adafruit/Adafruit GFX Library@^1.12.3

fbiego/ESP32Time@^2.0.6

ESPAsyncWebServer @ 3.7.3

AsyncTCP @ 3.3.7

;ayushsharma82/ElegantOTA@^3.1.7

Before installing ElegantOTA, I tried the compilation; Result is horrible. I feel nothing is no longer compatible.

Most volunteers trying to help others aren’t mind-readers. Actual error messages and reproducible test cases trump “result is horrible” for productivity.

I do know that mathieucarbou’s excellent work on ESPAsyncWebServer and AsyncTCP was shuttered about a year ago. He moved them to

GitHub - ESP32Async/ESPAsyncWebServer: Async Web Server for ESP32 and

long ago. I don’t remember if the release notes mentioned “less horrible” as a line item. There were source changes needed, but it was so long ago I don’t recall. I use both in a few Platformio/ESP32 projects.

No horribleness observed.