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

Release v1.3.0 to add support to Mbed RP2040-based boards using Arduino-mbed RP2040 core (https://github.com/arduino/ArduinoCore-mbed)

30 May 05:43
8e611f9
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040, using Arduino-mbed RP2040 core.

Release v1.2.0 to add support to RP2040-based boards (RASPBERRY_PI_PICO, etc.) using Earle Philhower's arduino-pico core, and SIPEED_MAIX_DUINO boards

11 May 07:06
2338464
Compare
Choose a tag to compare

Version v1.1.2 to clean-up all compiler warnings possible and add MQTT examples

28 Dec 04:22
b0a7f4e
Compare
Choose a tag to compare

Releases v1.1.2

  1. Clean-up all compiler warnings possible.
  2. Add MQTT examples
  3. Add Version String
  4. Add Table of Contents

Release v1.1.1 to add support to PROGMEM-related commands, such as sendContent_P() and send_P()

28 Sep 22:21
1d3a9d4
Compare
Choose a tag to compare

New Release v1.1.1

  1. Add support to PROGMEM-related commands, such as sendContent_P() and send_P().
  2. Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
  3. Clean up code. Use FlashString and related functions extensively in code as well in examples.
  4. Enhance examples.

Version v1.1.0 to add UDP Multicast feature, fix bugs and enhance debug support.

21 Sep 01:59
6a96093
Compare
Choose a tag to compare

New in v1.1.0

  1. Add support to UDP Multicast. Now ESP8266/ESP32 AT-command shields can run uPnP libraries to manage Internet Gateway's port forwarding.
  2. Fix bugs.
  3. Enhance debug support.

Version v1.0.12 to add example and Packages_Patches for STM32

26 Jul 21:56
35cbcab
Compare
Choose a tag to compare

New in v1.0.12

  1. Add sample Packages_Patches for STM32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
  2. Add example for STM32 boards.
  3. Add instructions to use EspSerial/Serial1 on some STM32 boards without Serial1 definition (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8, etc.)

Version v1.0.11 to add supports to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards

25 Jul 06:15
9365a5f
Compare
Choose a tag to compare

New in v1.0.11

  1. Add support to all STM32F/L/H/G/WB/MP1
  2. Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)

Version v1.0.10 to fix bug and add enhancement

22 Jul 16:29
821e740
Compare
Choose a tag to compare

New in v1.0.10

  1. Fix bug not closing client and releasing socket.
  2. Enhance examples.
  3. Add function to be enable to work with WebSockets2_Generic Library

Version v1.0.9 to fix bug and add features / support

03 Jul 20:28
3aa44cb
Compare
Choose a tag to compare

New Version v1.0.9

  1. Fix bug.
  2. Add functions (ESP8266_AT_Drv::wifiDriverReInit and ESP8266_AT_Class::reInit).
  3. Restructure codes. Increase RingBuffer Size.
  4. Add support to WIS600-01S and W600 WiFi shields

Version v1.0.8 to fix bug and add feature to ESP32-AT

01 Jul 07:23
73d9f27
Compare
Choose a tag to compare

New Version v1.0.8

  1. Fix bug.
  2. Add features to ESP32-AT.