v3.4.0
New Feature
AsyncTCP can now be used in ESP-IDF without Arduino!
What's Changed
- Update CI to latest Arduino release and rc by @mathieucarbou in #46
- AsyncTCP without Arduino (ESP-IDF only) by @mathieucarbou and @gnalbandian in #48
- Replace
#if ESP_IDF_VERSION_MAJOR < 5
with#if __has_include(<IPv6Address.h>)
by @mathieucarbou in #53 - Code cleanup prior to queue replacement by @willmmiles in #50
New Contributors
- @willmmiles made their first contribution in #50
- @gnalbandian made their first contribution in #48
Full Changelog: v3.3.8...v3.4.0