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

Commit a119a4d

Browse files
authored
v2.1.0 to fix bug and optimize code
### 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`
1 parent bb90782 commit a119a4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
528528

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

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

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

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

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

914914
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
915915
#define _ASYNC_TCP_SSL_LOGLEVEL_ 1
916-
#define _ASYNC_HTTPS_LOGLEVEL_ 1
916+
#define _ASYNC_HTTPS_LOGLEVEL_ 2
917917
```
918918

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

938938
1. Fix bug. Add enhancement
939939
2. Add support to more Ethernet / WiFi shields
940-
3. Add support to RP2040W, ESP8266, STM32 and many more boards
940+
3. Add support to RP2040W, ESP8266, Portenta_H7, STM32 and many more boards
941941
4. Add many more examples.
942942

943943
---

0 commit comments

Comments
 (0)