From 77e1683627cfc880a1b9de53a13a5d8b0d67217a Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sun, 13 Sep 2020 23:12:13 -0400 Subject: [PATCH] v1.0.0 ### Releases v1.0.0 1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc). 2. Add examples using STM32 boards. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5123da3..f4cc1f6 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,6 @@ ## Why do we need this Async [AsyncHTTPRequest_Generic library](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) -### AsyncHTTPRequest_Generic for ESP32, ESP8266 using built-in WiFi and STM32 boards using built-in LAN8742A Ethernet - -This library is based on, modified from: - -1. [Bob Lemaire's asyncHTTPrequest Library](https://github.com/boblemaire/asyncHTTPrequest) - #### Features 1. Asynchronous HTTP Request library for ESP8266, ESP32 using built-in WiFi, and STM32 boards using built-in LAN8742A Ethernet. @@ -67,6 +61,12 @@ Chunked responses are recognized and handled transparently. 3. Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet. --- + +#### AsyncHTTPRequest_Generic for ESP32, ESP8266 using built-in WiFi and STM32 boards using built-in LAN8742A Ethernet + +This library is based on, modified from: + +1. [Bob Lemaire's asyncHTTPrequest Library](https://github.com/boblemaire/asyncHTTPrequest) --- ## Prerequisite