This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiWebServer
Releases · khoih-prog/WiFiWebServer
v1.6.3 to fix decoding error bug when using special `&` in data fields and to update `Packages' Patches`
Releases v1.6.3
- Fix decoding error bug when using special
&
in data fields. Check Decoding Error. two times called urlDecode in Parsing-impl.h. #17 - Update
Packages' Patches
v1.6.2 to add support to megaAVR boards (UNO_WIFI_REV2, NANO_EVERY) using Arduino megaAVR core
Releases v1.6.2
- Add support to megaAVR boards (UNO_WIFI_REV2, NANO_EVERY) using Arduino megaAVR core
- Update
Packages' Patches
v1.6.1 fix PIO issue in v1.6.0
Releases v1.6.1
- Fix PIO issue in v1.6.0
v1.6.0 to add support to ESP32_S3/C3
Releases v1.6.0
- Add support to new ESP32-S3 and ESP32_C3
- Update
Packages' Patches
v1.5.5-1 for PIO
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
Releases v1.5.4
- Fix libb64
fallthrough
compile warning - Fix bug not supporting ESP32/ESP8266 boards.
- Fix bug for WiFi other than WiFiNINA
v1.5.3 to fix authenticate issue caused by libb64
Releases v1.5.3
- Fix authenticate issue caused by libb64
v1.5.2 to fix wrong http status header
Releases v1.5.2
- 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
Releases v1.5.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
Major Releases v1.5.0
- Reduce usage of Arduino String with std::string
- Optimize library code and examples by using reference-passing instead of value-passing.
- Update
Packages' Patches
- Add more ESP32/ESP8266 supporting code