You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.10.1 to use new `WiFi101_Generic` library ### Releases v1.10.1 1. Using new [`WiFi101_Generic library`](https://github.com/khoih-prog/WiFi101_Generic) for sending larger data 2. Update `Packages' Patches`
v1.10.0 to add new features, such as `CORS` ### Releases v1.10.0 1. Add new features, such as `CORS`, etc. 2. Update code and examples 3. Use `allman astyle` and add `utils` 4. Update `Packages' Patches`
v1.9.4 to restore support to ESP32 and ESP8266 ### Releases v1.9.4 1. Restore support to ESP32 and ESP8266. Check [Problem using ESP8266 nodeMCU 1.0 #20](#20)
v1.9.3 :Better workaround for WiFi.status() bug ### Releases v1.9.3 1. Better workaround for RP2040W `WiFi.status()` bug using `ping()` to local gateway 2. Update WiFiMulti-related examples