Important
We have officially switched our dependency to ESP32Async/ESPAsyncWebServer
which is now the only official & maintained version. It's advised to delete old forks from your system and install the latest ESP32Async/ESPAsyncWebServer
and it's dependencies from here.
This was a joint decision among multiple core collaborators to form ESP32Async organization and keep a single active version. All the changes and improvements from mathieu's fork of ESPAsyncWebServer
were merged in ESP32Async/ESPAsyncWebServer
.
More information about required dependencies can also be found in our documentation.
What's Changed
- Added full compatibility for arduino-pico SDK (RP2040 and RP2350 microcontrollers) by @ayushsharma82 in #253
- Switch to
ESP32Async/ESPAsyncWebServer
dependency by @ayushsharma82 in #253 - Switch to
RPAsyncTCP
dependency forRP2040
andRP2350
microcontrollers by @ayushsharma82 in #253 - Updated ArduinoJson dependency to
^v7.3.0
by @ayushsharma82 in #253
Full Changelog: v4.0.8...v4.0.9