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

Increase default system event task stack size. #3665

Merged

Conversation

jmattsson
Copy link
Member

Fixes #3660.

  • This PR is for the dev branch rather than for the release branch.
  • This PR is compliant with the other contributing guidelines as well (if not, please describe why).
  • I have thoroughly tested my contribution.
  • [n/a] The code changes are reflected in the documentation at docs/*.

The IDF defaults to a stack size of 2304. Bumping this to 3072 avoids the stack overrun crash during ESP_LOGI() in the esp_netif_action_got_ip() function during WiFi connect.

@jmattsson jmattsson merged commit 7c5bb15 into nodemcu:dev-esp32 Oct 24, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants