-
Notifications
You must be signed in to change notification settings - Fork 7.7k
ESP32S3 - Low default BTU stack size #9679
-
I am busy porting a project from ESP32 to ESP32S3 and I'm running into bluetooth stack size issues.
ESP32 sdkconfig has CONFIG_BT_BTU_TASK_STACK_SIZE=8192
ESP32S3 sdkconfig has CONFIG_BT_BTU_TASK_STACK_SIZE=4096
@me-no-dev Looking at espressif/esp32-arduino-lib-builder@44d1eb6 it seems the common value has been updated to 8192 for all models. Will this change eventually filter through to /arduino-esp32? If not, how should I go about changing the stack size?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions
3.0.0 will bring that feature. You can try 3.0.0-RC3 or wait till Monday for final to be released
Replies: 2 comments 1 reply
-
3.0.0 will bring that feature. You can try 3.0.0-RC3 or wait till Monday for final to be released
Beta Was this translation helpful? Give feedback.
All reactions
-
That is excellent news. Thank you @me-no-dev
Beta Was this translation helpful? Give feedback.
All reactions
-
Released! Thanks everyone (and especially you @me-no-dev) for your hard work in making this happen!
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1