Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

v1.5.0 to provide workaround for core WiFi.status() bug, to fix the blocking issue in loop() and to add configurable `WIFI_RECON_INTERVAL`

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 08 Jan 05:15
· 23 commits to main since this release
af6b1d8

Release v1.5.0

  1. Workaround for core WiFi.status() bug, which does not detect WiFi lost.
  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. Update Packages' Patches