Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix stacksize in procBLETask #2136

Closed
wants to merge 1 commit into from

Conversation

Lukaswnd
Copy link

add OVERRIDE_PROC_BLE_TASK_STACK_SIZE as value for custom stacksize in the procBLETask

Description:

When using Arduino and ESP32s3-devkit-c1 as a BLE gateway the stackwatchpoint gets triggered, when it scans for devies and gets triggered at the same time. I just tested it with 13500 and it works fine. I think a define, which the user can set in the build_flags is the best option to keep it flexible

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • [x ] I accept the DCO.

add OVERRIDE_PROC_BLE_TASK_STACK_SIZE as value for custom stacksize in the procBLETask
@Lukaswnd Lukaswnd closed this Dec 17, 2024
@mhaberler
Copy link
Contributor

I needed a similar patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants