Async Webserver
Pre-release
Pre-release
This release converts the on-device webserver back to using AsyncWebServer rather than the default, synchronous webserver. This should greatly improve response times on the ESP8266, and moderately reduce response times for the ESP32 and ESP32-S2. This also converts the ESP32-S2 to use LittleFS rather than SPIFFS, bringing it back in line with the ESP8266 and ESP32 releases.
What's Changed
- Convert back to AsyncWebServer by @thorrak in #125
- Update ESP32-S2 to use LittleFS instead of SPIFFS by @thorrak in #126
Full Changelog: v16-alpha4...v16-alpha5