This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/ESP8266_AT_WebServer
Releases · khoih-prog/ESP8266_AT_WebServer
v1.7.1 to fix AP and version bugs for WizNet `WizFi360`. Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0
Pre-release
Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0
Releases v1.7.1
- Fix AP and version bugs for WizNet
WizFi360
v1.7.0 to add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core. Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0
Pre-release
Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0
Releases v1.7.0
- Add support to WizNet
WizFi360
, such asWIZNET_WIZFI360_EVB_PICO
using arduino-pico core
v1.6.0 to fix severe limitation to permit sending larger data than 2K buffer, to add CORS feature and to use allman astyle
v1.6.0 to fix severe limitation to permit sending larger data than 2K buffer, to add CORS feature and to use allman astyle
Latest
Please use this version with normal ESP8266/ESP32-AT.
Releases v1.6.0
- Fix severe limitation to permit sending larger data than 2K buffer
- Add example ATWebServer_BigData to demo how to send larger data than 2K buffer
- Modify example AdvancedWebServer to demo how to send larger data than 2K buffer
- Add new features, such as
CORS
, etc. - Use
allman astyle
and addutils
- Update
Packages' Patches
v1.5.4 to update examples and `Packages' Patches`
Releases v1.5.4
- Use new
arduino.tips
instead ofarduino.cc
. - Improve examples
- Update
Packages' Patches
v1.5.3 to fix authenticate issue caused by libb64 and to update `Packages' Patches`
Releases v1.5.3
- Fix authenticate issue caused by libb64
- Update
Packages' Patches
v1.5.2 to fix wrong http status header bug
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
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
v1.4.1 to fix error, add instructions for SIPEED_MAIX_DUINO and to update remaining `Packages' Patches`
Releases v1.4.1
- Add instructions for SIPEED_MAIX_DUINO
- Add SIPEED_MAIX_DUINO and update remaining
Packages' Patches
v1.4.0 to add support to Adafruit nRF52 core v0.22.0+ and Raytac MDBT50Q_RX Dongle
Releases v1.4.0
- Add support to Adafruit nRF52 core v0.22.0+
- Add support to Raytac MDBT50Q_RX Dongle
- Update Adafruit
Packages' Patches