WiFiWebServer Versions Save

This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD, STM32, RP2040-based, etc. boards running WiFi modules/shields (WiFiNINA, CYW43439, U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now using WiFiMulti_Generic library

v1.10.1

1 year ago

Releases v1.10.1

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

v1.10.0

1 year ago

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

1 year ago

Releases v1.9.5

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

v1.9.4

1 year ago

Releases v1.9.4

  1. Restore support to ESP32 and ESP8266. Check Problem using ESP8266 nodeMCU 1.0 #20

v1.9.3

1 year ago

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

1 year ago

Releases v1.9.2

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

v1.9.1

1 year ago

Releases v1.9.1

  1. Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW43439 WiFi

v1.9.0

1 year ago

Releases v1.9.0

  1. Add support to RASPBERRY_PI_PICO_W using CYW43439 WiFi
  2. Update Packages' Patches

v1.8.0

2 years ago

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

2 years ago

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