AsyncTCP
AsyncTCP copied to clipboard
Allow setting queue and stack size via user defines
I had issues when sending a lot of frames from the ESP32 camera and the culprit turned out to be the queue size. This PR adds a way for user to set the queue and stack size.
Please add these to the kconfig.projbuild file as that is where these should be configurable.