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

Commit

Permalink
v1.5.4 to update examples
Browse files Browse the repository at this point in the history
### Releases v1.5.4

1. Use new `arduino.tips` instead of `arduino.cc`.
2. Improve examples
3. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Apr 27, 2022
1 parent 6dd9b07 commit c3bb804
Show file tree
Hide file tree
Showing 29 changed files with 157 additions and 1,143 deletions.
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
Please ensure to specify the following:

* Arduino IDE version (e.g. 1.8.19) or Platform.io version
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ArduinoCore-mbed v2.6.1, etc.)
* Board Core Version (e.g. Arduino SAMDUE core v1.6.12, ArduinoCore-mbed v3.0.1, etc.)
* Contextual information (e.g. what you were trying to achieve)
* Simplest possible steps to reproduce
* Anything that might be relevant in your opinion, such as:
Expand All @@ -28,9 +28,9 @@ Please ensure to specify the following:
```
Arduino IDE version: 1.8.19
RASPBERRY_PI_PICO board
ArduinoCore-mbed v2.6.1
ArduinoCore-mbed v3.0.1
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Linux xy-Inspiron-3593 5.13.0-40-generic #45~20.04.1-Ubuntu SMP Mon Apr 4 09:38:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Context:
I encountered an endless loop while trying to connect to Local WiFi.
Expand All @@ -51,3 +51,4 @@ There are usually some outstanding feature requests in the [existing issues list
### Sending Pull Requests

Pull Requests with changes and fixes are also welcome!

765 changes: 68 additions & 697 deletions README.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Releases v1.5.4](#releases-v154)
* [Releases v1.5.3](#releases-v153)
* [Releases v1.5.2](#releases-v152)
* [Releases v1.5.1](#releases-v151)
Expand Down Expand Up @@ -40,6 +41,12 @@

## Changelog

### Releases v1.5.4

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

### Releases v1.5.3

1. Fix authenticate issue caused by libb64
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ESP8266_AT_WebServer",
"version": "1.5.3",
"version": "1.5.4",
"keywords": "wifi, WebServer, server, AT-command, wifi-shield, ESP8266, ESP32, Teensy, AVR, SAM-DUE, SAMD, Maixduino, STM32, nRF52, ESP8266-AT, ESP32-AT, rpi-pico, rp2040, mbed, Maixduino-AI",
"description": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields",
"authors":
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP8266_AT_WebServer
version=1.5.3
version=1.5.4
author=Khoi Hoang
license=MIT
maintainer=Khoi Hoang <khoih.prog@gmail.com>
Expand All @@ -9,4 +9,4 @@ category=Communication
url=https://github.com/khoih-prog/ESP8266_AT_WebServer
architectures=*
depends=Functional-Vlpp
includes=ESP8266_AT_WebServer.h,ESP8266_AT_Server.h,ESP8266_AT_Client.h,ESP8266_AT_Udp.h
includes=ESP8266_AT_WebServer.h, ESP8266_AT_Server.h, ESP8266_AT_Client.h, ESP8266_AT_Udp.h
3 changes: 3 additions & 0 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ upload_speed = 921600

; Checks for the compatibility with frameworks and dev/platforms
lib_compat_mode = strict
lib_ldf_mode = chain+
;lib_ldf_mode = deep+

lib_deps =
; PlatformIO 4.x
; Functional-Vlpp@~1.0.2

; PlatformIO 5.x
khoih-prog/Functional-Vlpp@~1.0.2

Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/

#ifndef ESP8266_AT_impl_h
Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/

#ifndef ESP8266_AT_h
Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT_Client-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/

#ifndef ESP8266_AT_Client_impl_h
Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT_Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/

#ifndef ESP8266_AT_Client_h
Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT_Server-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/
#ifndef ESP8266_AT_Server_impl_h
#define ESP8266_AT_Server_impl_h
Expand Down
22 changes: 3 additions & 19 deletions src/ESP8266_AT_Server.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,19 @@
@file Esp8266WebServer.h
@author Ivan Grokhotkov
Version: 1.5.3
Version: 1.5.4
Version Modified By Date Comments
------- ----------- ---------- -----------
1.0.0 K Hoang 12/02/2020 Initial coding for Arduino Mega, Teensy, etc
1.0.1 K Hoang 17/02/2020 Add support to server's lambda function calls
1.0.2 K Hoang 22/02/2020 Add support to SAMD (DUE, ZERO, MKR, NANO_33_IOT, M0, M0 Pro, AdaFruit, etc) boards
1.0.3 K Hoang 03/03/2020 Add support to STM32 (STM32,F0,F1, F2, F3, F4, F7, etc) boards
1.0.4 K Hoang 19/03/2020 Fix bug. Sync with ESP8266WebServer library of core v2.6.3
1.0.5 K Hoang 17/04/2020 Add support to SAMD51 and SAM DUE boards
1.0.6 K Hoang 11/06/2020 Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense,
Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
1.0.7 K Hoang 23/06/2020 Add support to ESP32-AT. Update deprecated ESP8266-AT commands. Restructure examples.
1.0.8 K Hoang 01/07/2020 Fix bug. Add features to ESP32-AT.
1.0.9 K Hoang 03/07/2020 Fix bug. Add functions. Restructure codes.
1.0.10 K Hoang 22/07/2020 Fix bug not closing client and releasing socket.
1.0.11 K Hoang 25/07/2020 Add support to all STM32F/L/H/G/WB/MP1 and Seeeduino SAMD21/SAMD51 boards
1.0.12 K Hoang 26/07/2020 Add example and sample Packages_Patches for STM32F/L/H/G/WB/MP boards
1.1.0 K Hoang 21/09/2020 Add support to UDP Multicast. Fix bugs.
1.1.1 K Hoang 26/09/2020 Restore support to PROGMEM-related commands, such as sendContent_P() and send_P()
1.1.2 K Hoang 28/12/2020 Suppress all possible compiler warnings
1.2.0 K Hoang 11/05/2021 Add support to BOARD_SIPEED_MAIX_DUINO and RASPBERRY_PI_PICO using Arduino-pico core
1.3.0 K Hoang 29/05/2021 Add support to Nano_RP2040_Connect, RASPBERRY_PI_PICO using Arduino mbed code
...
1.4.0 K Hoang 14/08/2021 Add support to Adafruit nRF52 core v0.22.0+
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
1.5.1 K Hoang 24/12/2021 Fix bug
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
1.5.3 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
1.5.4 K Hoang 26/04/2022 Use new arduino.tips site. Improve examples
*****************************************************************************************************************************/

#ifndef ESP8266_AT_Server_h
Expand Down
Loading

0 comments on commit c3bb804

Please sign in to comment.