Replies: 2 comments 6 replies
-
Commenting out the call to |
Beta Was this translation helpful? Give feedback.
4 replies
-
Argh. found it. I compiled again but now with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before filing a bug report, I'd like to check if it's a framework bug or not.
I call
std::max(ESP.getMaxAllocHeap(), ESP.getMaxAllocPsram())
to find the max available memory on a ESP32. This crashes my application based on the trace pasted above. The strange this about the log is that although I build for ESP32, it apparently refrences to ESP32S2.Is this some configuration error on my side? How can I check?
I'm building using latest platformio.
PS The reason I'm not sure this is a framework bug, it that it only fails when I enable debug logging. So there might be something in my code that smells.
Beta Was this translation helpful? Give feedback.
All reactions