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

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

18 Sep 06:08
819112d
Compare
Choose a tag to compare

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

v1.3.0 to add ESP32_S3 support, to remove hard-code if possible and to improve debug messages

05 Sep 00:01
043ba06
Compare
Choose a tag to compare

Releases v1.3.0

  1. Remove hard-code if possible
  2. Improve debug messages by adding functions to display error/state messages instead of cryptic error/state number
  3. Clean up
  4. 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

v1.2.0 to fix multiple-definitions linker error

24 Jan 02:41
ebf9974
Compare
Choose a tag to compare

Releases v1.2.0

  1. Fix multiple-definitions linker error. Drop src_cpp and src_h directories
  2. Add example multiFileProject to demo for multiple-file project.
  3. Add platformio.ini

v1.1.0 to fix duplication bug when using `src_h` and enable coexistence with AsyncTCP

22 Oct 07:05
cb4b4b8
Compare
Choose a tag to compare

Releases v1.1.0

  1. Fix duplication bug when using src_h
  2. Enable coexistence with AsyncTCP

Initial Release v1.0.0 to support Async SSL TCP for ESP32

22 Oct 04:10
bcc3f7e
Compare
Choose a tag to compare

Initial Releases v1.0.0

  1. Initial coding to support ESP32