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.
### Releases v1.3.1
1. Increase `ASYNC_QUEUE_LENGTH` to default 512 from 32 and make it user-configurable
2. Increase `ASYNC_TCP_PRIORITY` to default 10 from 3, and make it user-configurable
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -451,7 +451,7 @@ H
451
451
452
452
#### 5. AsyncHTTPSRequest_ESP_Multi on ESP32S3_DEV
453
453
454
-
Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_Multi](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/tree/main/examples/AsyncHTTPSRequest_ESP_Multi) on **ESP32S3_DEV on ESP32 core v2.0.3** to demonstrate the operation of SSL Async HTTPS request, using [AsyncTCP_SSL Library](https://github.com/khoih-prog/AsyncTCP_SSL)
454
+
Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_Multi](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/tree/main/examples/AsyncHTTPSRequest_ESP_Multi) on **ESP32S3_DEV on ESP32 core v2.0.5** to demonstrate the operation of SSL Async HTTPS request, using [AsyncTCP_SSL Library](https://github.com/khoih-prog/AsyncTCP_SSL)
455
455
456
456
457
457
```
@@ -528,7 +528,8 @@ H
528
528
529
529
Debug is enabled by default on Serial.
530
530
531
-
You can also change the debugging level `_ASYNC_TCP_SSL_LOGLEVEL_` from 0 to 4 in the sketch (if using `src_h`) or in the library `cpp` file (if using `src_cpp`)
531
+
You can also change the debugging level `_ASYNC_TCP_SSL_LOGLEVEL_` from 0 to 4 in the sketch
532
+
532
533
533
534
```cpp
534
535
#define_ASYNC_TCP_SSL_LOGLEVEL_ 1
@@ -569,7 +570,7 @@ Submit issues to: [AsyncTCP_SSL issues](https://github.com/khoih-prog/AsyncTCP_S
569
570
5. Add examples
570
571
6. Remove hard-code if possible
571
572
7. Improve debug messages by adding functions to display `error/state messages` instead of `cryptic error/state number`
572
-
8. Add support to `ESP32_S3`, using ESP32 core `v2.0.3`.**Don't use `ESP32_S3` with core v2.0.4**. Check [ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165](https://github.com/espressif/arduino-esp32/issues/7165)
573
+
8. Add support to `ESP32_S3`, using ESP32 core `v2.0.3` or `v2.0.5+`.**Don't use `ESP32_S3` with core v2.0.4**. Check`already fixed`[ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165](https://github.com/espressif/arduino-esp32/issues/7165)
573
574
9. Increase `ASYNC_QUEUE_LENGTH` to default **512 from 32** and make it user-configurable
574
575
10. Increase `ASYNC_TCP_PRIORITY` to default **10 from 3**, and make it user-configurable
0 commit comments