Skip to content

Releases: cotestatnt/esp-fs-webserver

esp-fs-webserver 1.2.8

25 Dec 12:38
Compare
Choose a tag to compare
  • changed C++ formatting style to "WebKit"
  • /setup web page can upload all content of folders ("data/" folder will be treated as root "/")

Full Changelog: 1.2.7...1.2.8

esp-fs-webserver 1.2.7

18 Dec 15:22
Compare
Choose a tag to compare
  • startWiFi() API changes
  • /setup webpage can hadle OTA update
  • examples updated

esp-fs-webserver 1.2.6

10 Nov 14:54
Compare
Choose a tag to compare
setup update

esp-fs-webserver 1.2.5

05 Sep 13:34
Compare
Choose a tag to compare
  • Fix esp8266 bug

esp-fs-webserver 1.2.4

23 Aug 12:34
Compare
Choose a tag to compare
  • setup webpage fix and optimization
  • webserver->enableDelay(false); // yield() in run() method

esp-fs-webserver 1.2.3

11 Aug 08:01
Compare
Choose a tag to compare
  • /setup protocol bug
  • added callback to startWifi() function

esp-fs-webserver 1.2.2

11 Apr 10:12
Compare
Choose a tag to compare

esp-fs-webserver 1.2.1

25 Feb 10:22
Compare
Choose a tag to compare
  • esp8266 bugfix
  • removed button "about" from /setup page (credits as footer)
  • better handling of special characters in password

esp-fs-webserver 1.2.0

21 Feb 09:58
Compare
Choose a tag to compare
  • bug fix (bool options not saved)
  • added method addDropdownList(const char label, const char* array, size_t size)
  • updated example customOptions.ino to show how to use dropdown list

esp-fs-webserver 1.1.9

20 Feb 12:28
Compare
Choose a tag to compare
  • Added the new puclic method addCSS() in order to inject custom CSS at the bottom of body
  • Added the private method removeWhiteSpaces() for a more clean code saved in the config.json file (only for HTML, CSS and JS fields)
  • Updated the example customHTML.ino