Skip to content

Releases: s00500/ESPUI

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

FileSystem issue

08 Jan 11:31
Compare
Choose a tag to compare

This release is a workaround for an issue concerning the FS Library and the prepareFileSystem function
See #6 Help is wanted

Websocket Bugfix

26 Dec 20:15
Compare
Choose a tag to compare

This update fixes #5
A silly bug with the websocket messaging when opening and closing windows

One more bug

25 Dec 18:19
Compare
Choose a tag to compare

forgot file naming in prepareFS function

Bug fixes

25 Dec 15:41
Compare
Choose a tag to compare

Fixes correct naming for zepto.min.js
Fixes different format options for 8266 and 32

ESP8266 Support Release

01 Dec 16:27
Compare
Choose a tag to compare

GREAT it supports the esp8266 now!!!
Keep in mind that the library will probably work better on the ESP32 though
I updated the prepareFileSystem() function to properly use program memory so this also works fine.

There are still loads of stability improvements to make, let me know If you spot something in the code or have an Idea, thanks

SLIDERS and a highly simplyfied Upload Procedure

29 Nov 13:45
Compare
Choose a tag to compare

The coolest part about this release is the highly simpliefied data upload procedure, just check the readme.

Sliders are here, and also working but still a but buggy (and strangely causing crashes)
Also documentation is missing, still have a look at the readme and the example in case you want to use them

Also I started to cleanup a lot of the css and minimize all the files for the new upload procedure

Have fun and maybe buy me a coffee if you like my work :-)

Color release

15 Nov 18:35
4be249e
Compare
Choose a tag to compare

This release adds 7 different selectable colors to all UI Elements

Also there are some changes to the callbacks:
You now get back the Control object and can read all of its data

Fixes to the example file

20 Oct 10:41
Compare
Choose a tag to compare

Fixes to the example file

Fixes to 1

20 Oct 09:53
Compare
Choose a tag to compare

some mistakes