This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiWebServer
Releases · khoih-prog/WiFiWebServer
v1.10.1 to use new WiFi101_Generic library
Releases v1.10.1
- Using new WiFi101_Generic library for sending larger data
- Update
Packages' Patches
v1.10.0 to add new features, such as `CORS`, update code and examples and use `allman astyle`
Releases v1.10.0
- Add new features, such as
CORS
, etc. - Update code and examples
- Use
allman astyle
and addutils
- Update
Packages' Patches
v1.9.5 to restore support to Teensy, etc. and to fix bug in examples
Releases v1.9.5
- Restore support to Teensy, etc.
- Fix bug in examples
v.1.9.4 to restore support to ESP32 and ESP8266
Releases v1.9.4
- Restore support to
ESP32
andESP8266
. Check Problem using ESP8266 nodeMCU 1.0 #20
v1.9.3 with better workaround for RP2040W `WiFi.status()` bug by using `ping()` to local gateway
Releases v1.9.3
- Better workaround for RP2040W
WiFi.status()
bug by usingping()
to local gateway - Update WiFiMulti-related examples
v1.9.2 : Workaround for RP2040W WiFi.status() bug
Releases v1.9.2
- Workaround for RP2040W WiFi.status() bug
- Update WiFiMulti-related examples
v1.9.1 to add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
Releases v1.9.1
- Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
v1.9.0 to add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
Releases v1.9.0
- Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
- Update
Packages' Patches
v1.8.0 to add WiFiMulti_Generic library support to demonstrate how to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.
Releases v1.8.0
- Add WiFiMulti_Generic library support to demonstrate how to connect to the best of multi-WiFi APs, with auto-checking / auto-reconnecting features when WiFi connection is lost.
- Add many WiFiMulti-related examples in WiFiMulti
- Update
Packages' Patches
v1.7.0 to fix issue with Portenta_H7 core v2.7.2+, to rewrite to avoid multiple-definitions linker error for multiple-file project, etc.
Releases v1.7.0
- Fix issue with Portenta_H7 core v2.7.2+. Check [Portenta_H7] WiFi WebServer extremely slow from core v2.7.2 - v3.0.1 #441
- Rewrite to avoid
multiple-definitions
linker error for multiple-file project - Add example multiFileProject to demo how to avoid
multiple-definitions
linker error for multiple-file project - Update
Packages' Patches