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

Latest commit

 

History

History
58 lines (36 loc) · 2.38 KB

changelog.md

File metadata and controls

58 lines (36 loc) · 2.38 KB

AsyncTCP_SSL Library

arduino-library-badge GitHub release contributions welcome GitHub issues

Donate to my libraries using BuyMeACoffee



Table of Contents



Changelog

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

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

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

Releases v1.1.0

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

Initial Releases v1.0.0

  1. Initial coding to support ESP32