Get_started icon indicating copy to clipboard operation
Get_started copied to clipboard

ESP32 example has a stack overflow

Open txf- opened this issue 4 months ago • 4 comments

The ESP32 example of the getting started project has a stack overflow of the loop() task with the default stack size of 8192.

I changed it to in sdkconfig 12000 and it did not overflow. I don't know what the high water mark is for that task, but even so I'm surprised that the default stack size isn't sufficient.

I can't yet confirm that the example is working fully and running, as pyluos-shell --baudrate 115200 does not seem to detect the device

txf- avatar Apr 06 '24 23:04 txf-