Releases: cotestatnt/async-esp-fs-webserver
Releases · cotestatnt/async-esp-fs-webserver
async-esp-fs-webserver 1.0.8
What's Changed
- Missing mandatory "dhcp" option + Wrong logical test !!! by @GregAscolab in #46
- Fixed js script for custom /setup page
*Minor fixes
New Contributors
- @GregAscolab made their first contribution in #46
Full Changelog: 1.0.7...1.0.8
async-esp-fs-webserver 1.0.7
What's Changed
- fix typo in readme.md by @mhaberler in #43
- ESP8266 bugfix
- remoteOTA.ino updated
New Contributors
- @mhaberler made their first contribution in #43
Full Changelog: 1.0.6...1.0.7
async-esp-fs-webserver 1.0.6
ESP32 Arduino core 3.0.4 bug fixes
Full Changelog: 1.0.5...1.0.6
async-esp-fs-webserver 1.0.5
/setup
web page decor (WiFi state info moved to header section)- connection to WiFi revisited
- async WiFi network scan
createDirFromPath()
bug fix
What's Changed
- Textual corrections by @rob040 in #21
- on setup page, fix missing save icon on Update tab, save configuration button, by @rob040 in #20
- Some more typo's corrected by @rob040 in #22
Full Changelog: 1.0.4...1.0.5
async-esp-fs-webserver 1.0.4
- added manual WiFi configuration (IP, gateway, subnet)
- ESP8266 PROGMEM bug fix (customHTML and customOptions examples)
What's Changed
- Fix generic issues by @rob040 in #12
- Platform IO support by @rob040 in #13
- Platform io update: add CI build of library and examples for both ESP8266 and ESP32 by @rob040 in #14
- Fix build warnings and errors by @rob040 in #15
- Use startWiFi SSID and PW arguments by @xylo04 in #17
New Contributors
Full Changelog: 1.0.3...1.0.4
async-esp-fs-webserver 1.0.3
- added method
void setAuthentication(const char* user, const char* pswd);
in order to set user and password for/setup
and/edit
web pages - added method
bool startCaptivePortal(const char* ssid, const char* pass, const char* redirectTargetURL);
to run captive portal - Serial log enhanced
- Added example simpleServerCaptive.ino
async-esp-fs-webserver 1.0.2
- ESPAsyncWebServer, AsyncTCP and ESPAsyncTCP added as local source (I believe these repositories will no longer be updated by the owner)
- inproved
/setup
webpage update and other aesthetic changes - examples fixs;
async-esp-fs-webserver 1.0.1
Full Changelog: 0.0.1...1.0.1
async-esp-fs-webserver 0.0.1
ready for Arduino Release v3.x.x