FSWebServer 3.2.1
Release Notes for Version 3.2.1
This release introduces several new features, improvements, and bug fixes compared to version 3.2.0. Key highlights include enhanced support for new ESP32 variants, optimizations to the web interface, and documentation updates.
New Features
- ESP32-P4 Support: Added initial fixes for ESP32-P4, including a new example for the Waveshare devkit. Updated
randomSeedto useesp_random()for better compatibility and to prevent crashes on ESP32-P4. - M5Stack Tab5 Target: Added support for M5Stack Tab5 with necessary incantations for proper operation.
Improvements and Optimizations
- CSS and JavaScript Fixes: Various fixes and improvements to styling and scripting, including logo fixes and example corrections.
Documentation Updates
- Updated
SetupAndWiFi.mdwith clarified captive portal descriptions and added details on IP address and mask configuration. - Added an image to the Websocket Echarts README for better visual reference.
- General README updates and documentation enhancements.
Other Changes
- Merged pull requests from contributors for ESP32-P4 fixes and random seed improvements.
- Minor internal commits preparing for release and code maintenance.
For a complete list of all changes, view the full comparison on GitHub.
What's Changed
- esp-hosted: initial fix for esp32-p4 by @mhaberler in #73
Full Changelog: 3.2.0...3.2.1