Releases: ayushsharma82/ElegantOTA
Releases · ayushsharma82/ElegantOTA
Minor fix for Dual Core ESP32
- Minor fix for dual-core ESP32 variants. This fix makes sure that a response is sent to the webpage before an MCU restart.
Minor fixes related to previous release
- Fixed webpage not loading which occurred with v2.2.5 ( #55 )
Refactored Code
- Removed a lot of bloat/common code with help of compiler directives.
- Improved library structure with separate declaration and definitions. This should help with pointers.
Minor Fix for Arduino IDE
- Added line break logic in
compress.js
- Fixed
elegantWebpage.h
to have line breaks, this will help users who are trying to open library/examples within Arduino IDE.
Added MD5 Support in Webpage
Fixed retry button
- Fixed retry button
- Modified webpage to support AsyncElegantOTA as well
- Replace Buy me a coffee image with a neat and clean widget. Reduced bundle size by 8KB!
2.2.1
Update library.properties
Added ESP32 Support
Officially added ESP32 support for ElegantOTA which can use its synchronous webserver!
Also:
- Added Back and Retry buttons in User Interface
Minor Fixes
- Fixed Progmem / webpage.h indentation problem
V2 Release
- Adds Vue.js Source code
- Improves upon authentication
- Reduced size of compressed HTML by a little bit
- Improved overall library.