-
Notifications
You must be signed in to change notification settings - Fork 132
There is a problem with the ROM size occupied by the esp8266 / esp32 calculation program. #1476
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
Can this problem be fixed? |
This arduino way size calculation is pretty new and only tested with avr boards. |
ok,thank you. |
I hope you can fix this bug. Thank you very much. |
oeps problem in previus post. Arduino IDE says 260089 not 10644 |
I have found the root cause 😄 Workaround
ExplanationThe | means or and the | at the end of the list is apparently ignored by java regex but the sloeber converted AWK command results in "all lines are good lines". |
I already made a fix but it needs to be tested before I release it and as there is not automated test for this ..... |
OK, esp32 also has such a calculation error and needs to be repaired. |
Though the build fails this should be fixed. |
Wel the build fails as the original code is not available and having the original code makes no sense So it was or adding non sensical code or removing the testing code I opted to remove the code
Should be fixed in the nightly |
Will exceed the actual size.
The text was updated successfully, but these errors were encountered: