Find your arduino-esp32 directory. Open the subdirectory cores/esp32 and edit the file main.cpp16aa00 wrote: Could you please be more specific how to increase to stack size of loopTask?
Change the value 8192 on this line to a larger number like 16384:
https://github.com/espressif/arduino-es ... in.cpp#L24