- Increase
ASYNC_QUEUE_LENGTH
to default 512 from 32 and make it user-configurable - Increase
ASYNC_TCP_PRIORITY
to default 10 from 3, and make it user-configurable
- 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
- Fix
multiple-definitions
linker error. Dropsrc_cpp
andsrc_h
directories - Add example multiFileProject to demo for multiple-file project.
- Add
platformio.ini
- Fix duplication bug when using
src_h
- Enable coexistence with AsyncTCP
- Initial coding to support ESP32