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

Version v1.0.7 to add support to ESP32-AT-command shields

24 Jun 14:47
e3ed2d1
Compare
Choose a tag to compare

New Version v1.0.7

  1. Add support to ESP32-AT-command shield.
  2. Update deprecated ESP8266-AT commands.
  3. Restructure examples to separate defines header files.

Version v1.0.6 to add support to nRF52

12 Jun 02:37
6a6266d
Compare
Choose a tag to compare

New Version v1.0.6

  1. Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B30_ublox, NINA_B112_ublox, etc.

Version v1.0.5 to add SAMD51 and SAM DUE support

17 Apr 20:33
e646e11
Compare
Choose a tag to compare

New Version v1.0.5

  1. Add support to SAM51 (Itsy-Bitsy M4, Metro M4, Grand Central M4, Feather M4 Express, etc.) and SAM DUE.

Version v1.0.4

20 Mar 05:38
9b6def3
Compare
Choose a tag to compare

New Version v1.0.4

  1. Sync with ESP8266WebServer library of ESP8266 core v2.6.3
  2. Fix bug.

Version v1.0.3 to add support to STM32 boards

04 Mar 01:35
6f41a58
Compare
Choose a tag to compare

New Version v1.0.3

  1. Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards

Version v1.0.2 to add support to SAMD boards

23 Feb 02:00
a4760bf
Compare
Choose a tag to compare

New Version v1.0.2

  1. Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit CIRCUITPLAYGROUND_EXPRESS, etc.) boards

Version v1.0.1

18 Feb 01:59
8edbaa2
Compare
Choose a tag to compare

Version v1.0.1

  1. Add support to server's lambda function calls with dependency on Functional-VLPP library

Initial Release v1.0.0

14 Feb 08:41
457c8e0
Compare
Choose a tag to compare

Initial Release v1.0.0

This is simple yet complete WebServer library for AVR, Teensy, etc. boards running ESP8266 AT-command shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

The library supports

  1. WiFi Client, STA and AP mode
  2. TCP Server and Client
  3. UDP Server and Client
  4. HTTP Server and Client
  5. HTTP GET and POST requests, provides argument parsing, handles one client at a time.