AsyncTCP icon indicating copy to clipboard operation
AsyncTCP copied to clipboard

Allow setting queue and stack size via user defines

Open AdrianEddy opened this issue 4 years ago • 1 comments

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.

AdrianEddy avatar Apr 16 '20 10:04 AdrianEddy

Please add these to the kconfig.projbuild file as that is where these should be configurable.

atanisoft avatar Apr 16 '20 11:04 atanisoft