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

Commit

Permalink
v2.1.0 to fix bug and optimize code
Browse files Browse the repository at this point in the history
### Releases v2.1.0

1. Fix long timeout if using bad or unreachable `IPAddress`
2. Optimize code
3. Display only successful `responseText` in examples
4. Improve debug messages by adding functions to display `error messages` instead of `cryptic error number`
  • Loading branch information
khoih-prog committed Sep 3, 2022
1 parent bb90782 commit a119a4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi

```
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32_DEV
ESPAsync_WiFiManager v1.12.1
ESPAsync_WiFiManager v1.13.0
AsyncTCP_SSL v1.2.0
AsyncHTTPSRequest_Generic v2.1.0
Stored: SSID = HueNet1, Pass = 12345678
Expand Down Expand Up @@ -564,7 +564,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_WT32_ETH

```
Starting AsyncHTTPSRequest_WT32_ETH01 using ESP32_DEV with ETH_PHY_LAN8720
WebServer_WT32_ETH01 v1.4.1 for core v2.0.0+
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
AsyncTCP_SSL v1.2.0
AsyncHTTPSRequest_Generic v2.1.0
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.82, FULL_DUPLEX, 100Mbps
Expand Down Expand Up @@ -598,7 +598,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_WT32_ETH

```
Starting AsyncHTTPSRequest_WT32_ETH01 using ESP32_DEV with ETH_PHY_LAN8720
WebServer_WT32_ETH01 v1.4.1 for core v1.0.6-
WebServer_WT32_ETH01 v1.5.0 for core v1.0.6-
AsyncTCP_SSL v1.2.0
AsyncHTTPSRequest_Generic v2.1.0
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
Expand Down Expand Up @@ -632,7 +632,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi

```
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32C3_DEV
ESPAsync_WiFiManager v1.12.1
ESPAsync_WiFiManager v1.13.0
AsyncHTTPSRequest_Generic v2.1.0
Stored: SSID = HueNet1, Pass = password
Got stored Credentials. Timeout 120s
Expand Down Expand Up @@ -686,7 +686,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi

```
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32S3_DEV
ESPAsync_WiFiManager v1.12.1
ESPAsync_WiFiManager v1.13.0
AsyncHTTPSRequest_Generic v2.1.0
Stored: SSID = HueNet1, Pass = password
Got stored Credentials. Timeout 120s
Expand Down Expand Up @@ -913,7 +913,7 @@ You can also change the debugging level from 0 to 4

// Use from 0 to 4. Higher number, more debugging messages and memory usage.
#define _ASYNC_TCP_SSL_LOGLEVEL_ 1
#define _ASYNC_HTTPS_LOGLEVEL_ 1
#define _ASYNC_HTTPS_LOGLEVEL_ 2
```

---
Expand All @@ -937,7 +937,7 @@ Submit issues to: [AsyncHTTPSRequest_Generic issues](https://github.com/khoih-pr

1. Fix bug. Add enhancement
2. Add support to more Ethernet / WiFi shields
3. Add support to RP2040W, ESP8266, STM32 and many more boards
3. Add support to RP2040W, ESP8266, Portenta_H7, STM32 and many more boards
4. Add many more examples.

---
Expand Down

0 comments on commit a119a4d

Please sign in to comment.