-
Notifications
You must be signed in to change notification settings - Fork 555
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
AVR program memory use too high #115
Labels
Comments
can confirm this, looks like the core is getting bigger may some optimization has been changed. first analyses with:
looks like the SHA1 needs the most space. |
This issue is still present: this is when i compile the WebSocketClientAVR example file from the ATmega branch:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using an UNO and get the following:
It compiles to 145.6% and won't fit in memory so it can't be uploaded.
The text was updated successfully, but these errors were encountered: