Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.22 KB

changeNew.md

File metadata and controls

29 lines (19 loc) · 1.22 KB

v1.6.0

what's new

this is a minor update and bugfix version

WebUI-Demo

For a first impression of the functions and the WebUI, a limited demo is also available.
This can be accessed via the following link: WebUI-DEMO

Changed condition for Setup-Mode

Setup mode is now activated when the ESP is restarted 5 times. A maximum of 5 seconds may elapse after each restart.

Example: restart 1/5 - wait 2s - restart 2/5 - wait 2s - restart 3/5 - wait 2s - restart 4/5 - wait 2s - restart /5/5 => Setup-Mode

changelog

  • [UPDATE] ESP32Async/AsyncTCP @ 3.3.5
  • [UPDATE] ESP32Async/ESPAsyncWebServer @ 3.7.0
  • [IMPROVE] Added validation for IP input fields in the setup area to avoid wrong syntax #27
  • [IMPROVE] Conversion of the storage of the device counter from EEPROM to NVS
  • [IMPROVE] remove callback function for internal messages in jarolift-controller library
  • [IMPROVE] change "Double-Reset-Detection" to "Multi-Reset-Detection" now it needs 5 restarts within 5s timeout to enter Setup-Mode #26
  • [NEW] Add a WebUI-DEMO under github-pages
  • [NEW] Added some description for possible teach-in procedures.