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
Release v1.3.0 to add support to Mbed RP2040-based boards using Arduino-mbed RP2040 core (https://github.com/arduino/ArduinoCore-mbed)
Releases v1.3.0
- 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
Releases v1.2.0
- Add support to RASPBERRY_PI_PICO boards using Earle Philhower's arduino-pico core
- Add support to SIPEED_MAIX_DUINO boards
Version v1.1.2 to clean-up all compiler warnings possible and add MQTT examples
Releases v1.1.2
- Clean-up all compiler warnings possible.
- Add MQTT examples
- Add Version String
- Add Table of Contents
Release v1.1.1 to add support to PROGMEM-related commands, such as sendContent_P() and send_P()
New Release v1.1.1
- Add support to PROGMEM-related commands, such as sendContent_P() and send_P().
- Update Platform.ini to support PlatformIO 5.x owner-based dependency declaration.
- Clean up code. Use FlashString and related functions extensively in code as well in examples.
- Enhance examples.
Version v1.1.0 to add UDP Multicast feature, fix bugs and enhance debug support.
New in v1.1.0
- Add support to UDP Multicast. Now ESP8266/ESP32 AT-command shields can run uPnP libraries to manage Internet Gateway's port forwarding.
- Fix bugs.
- Enhance debug support.
Version v1.0.12 to add example and Packages_Patches for STM32
New in v1.0.12
- Add sample Packages_Patches for STM32 (Nucleo-144 NUCLEO_F767ZI, Nucleo-64 NUCLEO_L053R8)
- Add example for STM32 boards.
- 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
New in v1.0.11
- Add support to all STM32F/L/H/G/WB/MP1
- 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
New in v1.0.10
- Fix bug not closing client and releasing socket.
- Enhance examples.
- Add function to be enable to work with WebSockets2_Generic Library
Version v1.0.9 to fix bug and add features / support
New Version v1.0.9
- Fix bug.
- Add functions (ESP8266_AT_Drv::wifiDriverReInit and ESP8266_AT_Class::reInit).
- Restructure codes. Increase RingBuffer Size.
- Add support to WIS600-01S and W600 WiFi shields
Version v1.0.8 to fix bug and add feature to ESP32-AT
New Version v1.0.8
- Fix bug.
- Add features to ESP32-AT.