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

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

17 Jan 19:47
a4be55d
Compare
Choose a tag to compare

Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0

Releases v1.7.1

  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

17 Jan 04:20
4b57488
Compare
Choose a tag to compare

Don't use this version with normal ESP8266/ESP32-AT. Please use v1.6.0

Releases v1.7.0

  1. Add support to WizNet WizFi360, such as WIZNET_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

16 Nov 03:54
2918634
Compare
Choose a tag to compare

Please use this version with normal ESP8266/ESP32-AT.

Releases v1.6.0

  1. Fix severe limitation to permit sending larger data than 2K buffer
  2. Add example ATWebServer_BigData to demo how to send larger data than 2K buffer
  3. Modify example AdvancedWebServer to demo how to send larger data than 2K buffer
  4. Add new features, such as CORS, etc.
  5. Use allman astyle and add utils
  6. Update Packages' Patches

v1.5.4 to update examples and `Packages' Patches`

27 Apr 01:59
c3bb804
Compare
Choose a tag to compare

Releases v1.5.4

  1. Use new arduino.tips instead of arduino.cc.
  2. Improve examples
  3. Update Packages' Patches

v1.5.3 to fix authenticate issue caused by libb64 and to update `Packages' Patches`

12 Jan 20:41
1240f10
Compare
Choose a tag to compare

Releases v1.5.3

  1. Fix authenticate issue caused by libb64
  2. Update Packages' Patches

v1.5.2 to fix wrong http status header bug

28 Dec 21:23
3ca0c7f
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 04:03
7a236a3
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

22 Dec 03:00
1662f44
Compare
Choose a tag to compare

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

v1.4.1 to fix error, add instructions for SIPEED_MAIX_DUINO and to update remaining `Packages' Patches`

08 Dec 23:36
57e1a39
Compare
Choose a tag to compare

Releases v1.4.1

  1. Add instructions for SIPEED_MAIX_DUINO
  2. 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

14 Aug 23:57
9813716
Compare
Choose a tag to compare

Releases v1.4.0

  1. Add support to Adafruit nRF52 core v0.22.0+
  2. Add support to Raytac MDBT50Q_RX Dongle
  3. Update Adafruit Packages' Patches