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

Releases: khoih-prog/WiFiWebServer

v1.6.3 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`

02 Mar 05:26
ca06ae2
Compare
Choose a tag to compare

v1.6.2 to add support to megaAVR boards (UNO_WIFI_REV2, NANO_EVERY) using Arduino megaAVR core

22 Feb 22:32
010930e
Compare
Choose a tag to compare

Releases v1.6.2

  1. Add support to megaAVR boards (UNO_WIFI_REV2, NANO_EVERY) using Arduino megaAVR core
  2. Update Packages' Patches

v1.6.1 fix PIO issue in v1.6.0

14 Feb 05:02
8028428
Compare
Choose a tag to compare

Releases v1.6.1

  1. Fix PIO issue in v1.6.0

v1.6.0 to add support to ESP32_S3/C3

14 Feb 04:49
2d7bd4e
Compare
Choose a tag to compare

Releases v1.6.0

  1. Add support to new ESP32-S3 and ESP32_C3
  2. Update Packages' Patches

v1.5.5-1 for PIO

21 Jan 02:27
6e3845b
Compare
Choose a tag to compare
v1.5.5-1 for PIO

v1.5.4 to fix libb64 fallthrough compile warning, to fix bug not supporting ESP32/ESP8266 boards and to fix bug for WiFi other than WiFiNINA

12 Jan 17:54
8a21702
Compare
Choose a tag to compare

Releases v1.5.4

  1. Fix libb64 fallthrough compile warning
  2. Fix bug not supporting ESP32/ESP8266 boards.
  3. Fix bug for WiFi other than WiFiNINA

v1.5.3 to fix authenticate issue caused by libb64

28 Dec 20:45
47d6786
Compare
Choose a tag to compare

Releases v1.5.3

  1. Fix authenticate issue caused by libb64

v1.5.2 to fix wrong http status header

27 Dec 22:24
89c58b4
Compare
Choose a tag to compare

Releases v1.5.2

  1. Fix wrong http status header bug. Check fix for wrong http status header #42

v1.5.1 to fix bug related to String in library and examples

26 Dec 01:57
c145d2b
Compare
Choose a tag to compare

Releases v1.5.1

  1. Fix bug related to String in library and examples

v1.5.0 to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing

20 Dec 05:35
e6a2d5c
Compare
Choose a tag to compare

Major Releases v1.5.0

  1. Reduce usage of Arduino String with std::string
  2. Optimize library code and examples by using reference-passing instead of value-passing.
  3. Update Packages' Patches
  4. Add more ESP32/ESP8266 supporting code