this is a minor update and bugfix version
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
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
- [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.