-
Notifications
You must be signed in to change notification settings - Fork 536
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
Latest commit has issues #355
Comments
Have you tried the latest commit? I lose about 1.3 kB of heap. I took a close look and compared the .a files. None were suspicious except for one. Part of libmain.a ended up in my crosshairs. These are the sizes of the sections inside libmain.a(app_main.o), comparing the old working to the new commit:
To obtain the info Some sections vanished in the new commit, some became smaller, some slightly bigger. |
feat(core): Updated all core version to 16407d55
This wastes a vast amount of precious IRAM memory and also it tends to crash frequently, in SDK code itself (not my code) with an LoadStoreException.
I really like the previous version "feat(core): update net802.11 version to 5d71a456" where the amount of used IRAM was minimal and there were no issues that bothered me.
The text was updated successfully, but these errors were encountered: