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

Commit 819112d

Browse files
authored
v1.3.1 to improve stability
### 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
1 parent 8029070 commit 819112d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ H
451451

452452
#### 5. AsyncHTTPSRequest_ESP_Multi on ESP32S3_DEV
453453

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)
455455

456456

457457
```
@@ -528,7 +528,8 @@ H
528528

529529
Debug is enabled by default on Serial.
530530

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+
532533

533534
```cpp
534535
#define _ASYNC_TCP_SSL_LOGLEVEL_ 1
@@ -569,7 +570,7 @@ Submit issues to: [AsyncTCP_SSL issues](https://github.com/khoih-prog/AsyncTCP_S
569570
5. Add examples
570571
6. Remove hard-code if possible
571572
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)
573574
9. Increase `ASYNC_QUEUE_LENGTH` to default **512 from 32** and make it user-configurable
574575
10. Increase `ASYNC_TCP_PRIORITY` to default **10 from 3**, and make it user-configurable
575576

0 commit comments

Comments
 (0)