v1.2.0
Important
If you are using async mode of NetWizard (ie. using ESPAsyncWebServer), please know that 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 a 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
- Parameters can now be optional! (by default all parameters are required to be entered by user but now they can be set as optional using
.setRequired(bool required)function. - Implemented WiFi AutoReconnect by @TimothyFran in #24
- Added RP2350 compatibility @ayushsharma82 in #26
- Switched to
ayushsharma82/RPAsyncTCPdependency for usage with RP2040 and RP2350 MCUs @ayushsharma82 in #26 - Switched to
ESP32Async/ESPAsyncWebServerdependency @ayushsharma82 in #26 - Update platformio.ini by @ayushsharma82 in #27
New Contributors
- @TimothyFran made their first contribution in #24
Full Changelog: v1.1.3...v1.2.0