Releases: cotestatnt/esp-fs-webserver
Releases · cotestatnt/esp-fs-webserver
esp-fs-webserver 1.2.8
- 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
- startWiFi() API changes
- /setup webpage can hadle OTA update
- examples updated
esp-fs-webserver 1.2.6
setup update
esp-fs-webserver 1.2.5
- Fix esp8266 bug
esp-fs-webserver 1.2.4
- setup webpage fix and optimization
webserver->enableDelay(false);
// yield() inrun()
method
esp-fs-webserver 1.2.3
/setup
protocol bug- added callback to
startWifi()
function
esp-fs-webserver 1.2.2
esp-fs-webserver 1.2.1
- esp8266 bugfix
- removed button "about" from /setup page (credits as footer)
- better handling of special characters in password
esp-fs-webserver 1.2.0
- 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
- 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