Skip to content

Releases: s00500/ESPUI

Color fixes

27 Feb 06:20
Compare
Choose a tag to compare

This colors Color None in Black
Closes #47

Fixes for ESPAsyncWebserver

27 Dec 10:40
Compare
Choose a tag to compare

This fixes issue #43 that was caused by an update of ESPAsyncWebserver

Also this adds HTTP BASIC Auth See #44 (WARNING: This is not a full solution to securing your UI)

Text and Number input

26 Nov 17:44
Compare
Choose a tag to compare

Finally there is Text and number input!!!

Also there is now an example of a captive portal in the main Gui

and again big thanks to @orithena for the contributions

Several improvements

28 Oct 21:30
Compare
Choose a tag to compare

Big thanks to @orithena for contributing a few improvements

  • The No Connection Box can now be clicked to trigger a reconnect
  • Some fixes for Touchscreens and sliders
  • Slider Stylechanges
  • A pythonscript for easy developing on the js, css and html parts

Refactor debug to DEBUG_ESPUI

03 Jul 16:04
Compare
Choose a tag to compare

Fixing PlatformIO version string

06 Jun 06:51
Compare
Choose a tag to compare

Fixing version for Arduino LibManager

28 May 11:44
Compare
Choose a tag to compare

UWPS, that went to fast, fixing the version in this release :-)

ESPUI 1.5 with loads improvements

27 May 10:16
Compare
Choose a tag to compare

Alright this is a cool release!

You now do not have to care for the filesystem anymore since files are served from the program memory internally per default (Spiffs is still available as an option)

The switch is back in Firefox in its full beauty!

You can use labels multiline by using the <br> tag, but if you don't they wrap automatically :-)

Documentation and small details have been updated

More is probably on the way when I have time, have fun and maybe buy me a coffee ☕️

Bugfixes

13 May 17:51
Compare
Choose a tag to compare

just some bugs and fixes =P closes #11 and #12

Patching ESP8266 compile errors

14 Jan 11:24
Compare
Choose a tag to compare

In the last release I added functions to list the file system contents, but I did not add them for the esp8266 therefore causing compile errors, this should be fixed now