Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-21 | 1.5 kB | |
v4.0.9 source code.tar.gz | 2025-02-21 | 1.2 MB | |
v4.0.9 source code.zip | 2025-02-21 | 1.2 MB | |
Totals: 3 Items | 2.4 MB | 0 |
[!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 latestESP32Async/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 inESP32Async/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 https://github.com/ayushsharma82/ESP-DASH/pull/253
- Switch to
ESP32Async/ESPAsyncWebServer
dependency by @ayushsharma82 in https://github.com/ayushsharma82/ESP-DASH/pull/253 - Switch to
RPAsyncTCP
dependency forRP2040
andRP2350
microcontrollers by @ayushsharma82 in https://github.com/ayushsharma82/ESP-DASH/pull/253 - Updated ArduinoJson dependency to
^v7.3.0
by @ayushsharma82 in https://github.com/ayushsharma82/ESP-DASH/pull/253
Full Changelog: https://github.com/ayushsharma82/ESP-DASH/compare/v4.0.8...v4.0.9