Skip to content

Releases: ayushsharma82/ElegantOTA

Minor fix for Dual Core ESP32

18 Aug 02:10
Compare
Choose a tag to compare
  • 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

18 Aug 01:55
Compare
Choose a tag to compare
  • Fixed webpage not loading which occurred with v2.2.5 ( #55 )

Refactored Code

14 Aug 17:42
Compare
Choose a tag to compare
  • 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

22 Aug 18:52
Compare
Choose a tag to compare
  • 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

14 Aug 09:35
Compare
Choose a tag to compare

Added Spark-MD5 Package in the webpage for future integration with ElegantOTA and current addition of webserver side code in AsyncElegantOTA.

Thanks to @qistoph for the pull request #26.

Fixed retry button

24 Jun 01:07
Compare
Choose a tag to compare
  • 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

21 Jun 19:50
9a5d6e2
Compare
Choose a tag to compare
Update library.properties

Added ESP32 Support

21 Jun 15:44
Compare
Choose a tag to compare

Officially added ESP32 support for ElegantOTA which can use its synchronous webserver!

Also:

  • Added Back and Retry buttons in User Interface

Minor Fixes

07 Jun 04:39
5c54b54
Compare
Choose a tag to compare
  • Fixed Progmem / webpage.h indentation problem

V2 Release

22 Feb 15:02
912acab
Compare
Choose a tag to compare
  • Adds Vue.js Source code
  • Improves upon authentication
  • Reduced size of compressed HTML by a little bit
  • Improved overall library.