Skip to content
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`

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 09 Jan 19:42
· 65 commits to main since this release
c82cc69

Major Release v1.7.0

  1. Fix ESP8266 bug not easy to connect to Config Portal for ESP8266 core v3.0.0+
  2. Fix the blocking issue in loop(). Check retries block the main loop #18
  3. Configurable WIFI_RECON_INTERVAL. Check retries block the main loop #18
  4. Optimize library code by using reference-passing instead of value-passing
  5. Clean up