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

Commit 77e1683

Browse files
authored
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.
1 parent 3160739 commit 77e1683

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111

1212
## Why do we need this Async [AsyncHTTPRequest_Generic library](https://github.com/khoih-prog/AsyncHTTPRequest_Generic)
1313

14-
### AsyncHTTPRequest_Generic for ESP32, ESP8266 using built-in WiFi and STM32 boards using built-in LAN8742A Ethernet
15-
16-
This library is based on, modified from:
17-
18-
1. [Bob Lemaire's asyncHTTPrequest Library](https://github.com/boblemaire/asyncHTTPrequest)
19-
2014
#### Features
2115

2216
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.
6761
3. Any STM32 boards with enough flash/memory and already configured to run LAN8742A Ethernet.
6862

6963
---
64+
65+
#### AsyncHTTPRequest_Generic for ESP32, ESP8266 using built-in WiFi and STM32 boards using built-in LAN8742A Ethernet
66+
67+
This library is based on, modified from:
68+
69+
1. [Bob Lemaire's asyncHTTPrequest Library](https://github.com/boblemaire/asyncHTTPrequest)
7070
---
7171

7272
## Prerequisite

0 commit comments

Comments
 (0)