This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/WiFiWebServer_RTL8720
Releases · khoih-prog/WiFiWebServer_RTL8720
v1.1.2 to change from `arduino.cc` to `arduino.tips` in examples and to update `Packages' Patches`
v1.1.2 to change from `arduino.cc` to `arduino.tips` in examples and to update `Packages' Patches`
Latest
Releases v1.1.2
- Change from
arduino.cc
toarduino.tips
in examples - Update
Packages' Patches
v1.1.1 to fix authenticate issue caused by libb64
Releases v1.1.1
- Fix authenticate issue caused by libb64
v1.1.0 to fix bug related to the usage of Arduino String and optimize library code and examples by using reference-passing instead of value-passing
Major Releases v1.1.0
- Fix bug related to usage of Arduino String
- Optimize library code and examples by using reference-passing instead of value-passing.
- Add
Packages' Patches
Release v1.0.1 to fix typo
Releases v1.0.1
- Fix typo
Release v1.0.0 to support AmebaD core for Realtek RTL8720DN, RTL8722DM and RTM8722CSM boards
Initial Releases v1.0.0
This is simple yet complete WebServer library for Realtek RTL8720DN, RTL8722DM and RTM8722CSM
boards. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.