-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Crash after ESP.getFreeHeap() #2995
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
Comments
seems to happen after i call will look further into this, but once i send correct URL it works fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic Infos
Hardware
Core Version: Current Master
Description
I am currently debugging a problem where in some case calling ESP.getFreeHeap(), results in crash and restart - perhaps some watchdog reset. It happens almost always at a certain point of my code, and right before it works and says there are 30000 free bytes. Then i do some stuff, invoke the HTTP Client, and then call again ESP.getFreeHeap() and then it is stuck and the sketch restarts.
It is part of a big program, so i cannot easily post it here.
I just wanted to hear if somebody had already seen such problems - if not - i will share more info once i discover it
The text was updated successfully, but these errors were encountered: