1.8 KiB
1.8 KiB
AsyncTCP_SSL Library
Table of Contents
Changelog
Releases v1.3.1
- Increase
ASYNC_QUEUE_LENGTHto default 512 from 32 and make it user-configurable - Increase
ASYNC_TCP_PRIORITYto default 10 from 3, and make it user-configurable
Releases v1.3.0
- Remove hard-code if possible
- Improve debug messages by adding functions to display
error/state messagesinstead ofcryptic error/state number - Clean up
- Add support to
ESP32_S3, using ESP32 corev2.0.3. Don't useESP32_S3with 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
- Fix
multiple-definitionslinker error. Dropsrc_cppandsrc_hdirectories - Add example multiFileProject to demo for multiple-file project.
- Add
platformio.ini
Releases v1.1.0
- Fix duplication bug when using
src_h - Enable coexistence with AsyncTCP
Initial Releases v1.0.0
- Initial coding to support ESP32