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

Releases: khoih-prog/WiFiWebServer

v1.10.1 to use new WiFi101_Generic library

24 Nov 21:34
df0f974
Compare
Choose a tag to compare

Releases v1.10.1

  1. Using new WiFi101_Generic library for sending larger data
  2. Update Packages' Patches

v1.10.0 to add new features, such as `CORS`, update code and examples and use `allman astyle`

14 Nov 06:11
cfc1c45
Compare
Choose a tag to compare

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 to restore support to Teensy, etc. and to fix bug in examples

11 Sep 03:23
48d8e94
Compare
Choose a tag to compare

Releases v1.9.5

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

v.1.9.4 to restore support to ESP32 and ESP8266

07 Sep 01:19
2e62bf5
Compare
Choose a tag to compare

Releases v1.9.4

  1. Restore support to ESP32 and ESP8266. 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

17 Aug 03:34
1c28df1
Compare
Choose a tag to compare

Releases v1.9.3

  1. Better workaround for RP2040W WiFi.status() bug by using ping() to local gateway
  2. Update WiFiMulti-related examples

v1.9.2 : Workaround for RP2040W WiFi.status() bug

16 Aug 19:09
9a95bc6
Compare
Choose a tag to compare

Releases v1.9.2

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

v1.9.1 to add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW43439 WiFi

13 Aug 05:48
16de442
Compare
Choose a tag to compare

Releases v1.9.1

  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

13 Aug 03:14
4b7d83d
Compare
Choose a tag to compare

Releases v1.9.0

  1. Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
  2. 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.

26 Apr 23:10
d7048a2
Compare
Choose a tag to compare

Releases v1.8.0

  1. 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.
  2. Add many WiFiMulti-related examples in WiFiMulti
  3. 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.

05 Apr 17:44
18ad864
Compare
Choose a tag to compare

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
  2. Rewrite to avoid multiple-definitions linker error for multiple-file project
  3. Add example multiFileProject to demo how to avoid multiple-definitions linker error for multiple-file project
  4. Update Packages' Patches