Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Tags: khoih-prog/WiFiWebServer

Tags

v1.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9.5 to restore support to Teensy, etc.

### Releases v1.9.5

1. Restore support to Teensy, etc. 
2. Fix bug in examples

v1.9.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.9.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9.2 : Workaround for RP2040W WiFi.status() bug

### Releases v1.9.2

1. Workaround for RP2040W WiFi.status() bug
2. Update WiFiMulti-related examples

v1.9.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.9.1 to add WiFiMulti support to RP2040_W

### Releases v1.9.1

1. Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW43439 WiFi

v1.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update `Packages' Patches`

v1.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.8.0 to use `WiFiMulti_Generic` library

### Releases v1.8.0

1. Add [WiFiMulti_Generic](https://github.com/khoih-prog/WiFiMulti_Generic) library support
2. Add many WiFiMulti-related examples in [WiFiMulti](https://github.com/khoih-prog/WiFiWebServer/tree/master/examples/WiFiMulti)
3. Update `Packages' Patches`

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.7.0 to fix Portenta_H7 bug

### Releases v1.7.0

1. 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](arduino/ArduinoCore-mbed#441)
2. Rewrite to avoid `multiple-definitions` linker error for multiple-file project
3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project
4. Update `Packages' Patches`