@@ -528,7 +528,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
528
528
529
529
```
530
530
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32_DEV
531
- ESPAsync_WiFiManager v1.12.1
531
+ ESPAsync_WiFiManager v1.13.0
532
532
AsyncTCP_SSL v1.2.0
533
533
AsyncHTTPSRequest_Generic v2.1.0
534
534
Stored: SSID = HueNet1, Pass = 12345678
@@ -564,7 +564,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_WT32_ETH
564
564
565
565
```
566
566
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+
568
568
AsyncTCP_SSL v1.2.0
569
569
AsyncHTTPSRequest_Generic v2.1.0
570
570
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
598
598
599
599
```
600
600
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-
602
602
AsyncTCP_SSL v1.2.0
603
603
AsyncHTTPSRequest_Generic v2.1.0
604
604
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
632
632
633
633
```
634
634
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32C3_DEV
635
- ESPAsync_WiFiManager v1.12.1
635
+ ESPAsync_WiFiManager v1.13.0
636
636
AsyncHTTPSRequest_Generic v2.1.0
637
637
Stored: SSID = HueNet1, Pass = password
638
638
Got stored Credentials. Timeout 120s
@@ -686,7 +686,7 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
686
686
687
687
```
688
688
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32S3_DEV
689
- ESPAsync_WiFiManager v1.12.1
689
+ ESPAsync_WiFiManager v1.13.0
690
690
AsyncHTTPSRequest_Generic v2.1.0
691
691
Stored: SSID = HueNet1, Pass = password
692
692
Got stored Credentials. Timeout 120s
@@ -913,7 +913,7 @@ You can also change the debugging level from 0 to 4
913
913
914
914
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
915
915
#define _ASYNC_TCP_SSL_LOGLEVEL_ 1
916
- #define _ASYNC_HTTPS_LOGLEVEL_ 1
916
+ #define _ASYNC_HTTPS_LOGLEVEL_ 2
917
917
```
918
918
919
919
---
@@ -937,7 +937,7 @@ Submit issues to: [AsyncHTTPSRequest_Generic issues](https://github.com/khoih-pr
937
937
938
938
1 . Fix bug. Add enhancement
939
939
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
941
941
4 . Add many more examples.
942
942
943
943
---
0 commit comments