You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit a potential bug in examples/sd_jpg for which I think I found a partial fix. The default configuration for the ESP-IDF has stack smashing protection mode set to "Overall" which the example fails repeatedly (triggering restarts). Setting this to "Normal" in make menuconfig seems to fix the problem.
I'll try to learn more and hopefully find a fix that passes the more stringent protection mode.
Thanks again!
The text was updated successfully, but these errors were encountered:
Hi Raphael,
This is so very helpful, thank you!
I hit a potential bug in examples/sd_jpg for which I think I found a partial fix. The default configuration for the ESP-IDF has stack smashing protection mode set to "Overall" which the example fails repeatedly (triggering restarts). Setting this to "Normal" in
make menuconfig
seems to fix the problem.I'll try to learn more and hopefully find a fix that passes the more stringent protection mode.
Thanks again!
The text was updated successfully, but these errors were encountered: