This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
v1.7.0 to fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+, to fix the blocking issue in loop(), to add configurable `WIFI_RECON_INTERVAL`
Major Release v1.7.0
- Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+
- Fix the blocking issue in loop(). Check retries block the main loop #18
- Configurable
WIFI_RECON_INTERVAL
. Check retries block the main loop #18 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Clean up