You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: changelog.md
+5
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,18 @@
17
17
## Table of Contents
18
18
19
19
*[Changelog](#changelog)
20
+
* [Releases v1.13.0](#releases-v1130)
20
21
* [Releases v1.12.0](#releases-v1120)
21
22
22
23
---
23
24
---
24
25
25
26
## Changelog
26
27
28
+
### Releases v1.13.0
29
+
30
+
1. Add support to `ESP32S2/C3` boards using `LwIP W5500 or ENC28J60 Ethernet`
31
+
27
32
### Releases v1.12.0
28
33
29
34
1. Initial coding to port [AsyncHTTPRequest_Generic](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) to `ESP32/S2/S3/C3` boards using `LwIP W5500 / ENC28J60 / LAN8720 Ethernet`
Copy file name to clipboardExpand all lines: library.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name":"AsyncHTTPRequest_ESP32_Ethernet",
3
-
"version": "1.12.0",
3
+
"version": "1.13.0",
4
4
"description":"Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP library for ESP32/S2/S3/C3, WT32_ETH01 (ESP32 + LAN8720), ESP32 using LwIP ENC28J60, W5500 or LAN8720",
0 commit comments