This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncTCP_SSL
Releases · khoih-prog/AsyncTCP_SSL
v1.3.1 to improve stability by increasing `ASYNC_QUEUE_LENGTH` to default 512 from 32. To increase `ASYNC_TCP_PRIORITY` to default 10 from 3. Make them user-configurable
v1.3.1 to improve stability by increasing `ASYNC_QUEUE_LENGTH` to default 512 from 32. To increase `ASYNC_TCP_PRIORITY` to default 10 from 3. Make them user-configurable
Latest
Releases v1.3.1
- Increase
ASYNC_QUEUE_LENGTH
to default 512 from 32 and make ituser-configurable
- Increase
ASYNC_TCP_PRIORITY
to default 10 from 3, and make ituser-configurable
v1.3.0 to add ESP32_S3 support, to remove hard-code if possible and to improve debug messages
Releases v1.3.0
- Remove hard-code if possible
- Improve debug messages by adding functions to display
error/state messages
instead ofcryptic error/state number
- Clean up
- Add support to
ESP32_S3
, using ESP32 corev2.0.3
. Don't useESP32_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
v1.2.0 to fix multiple-definitions linker error
Releases v1.2.0
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add example multiFileProject to demo for multiple-file project.
- Add
platformio.ini
v1.1.0 to fix duplication bug when using `src_h` and enable coexistence with AsyncTCP
Releases v1.1.0
- Fix duplication bug when using
src_h
- Enable coexistence with AsyncTCP
Initial Release v1.0.0 to support Async SSL TCP for ESP32
Initial Releases v1.0.0
- Initial coding to support ESP32