Development branch Sketch uses 99% of program storage space. What's next?
I feel that in near future after checking out new commits from development branch the compiled sketch will be greater then 0x1F000 (0x20000 - 0x1000). I am a little worried about this. What is taking so much in firmware size? Is it possible to reduce it? As far as I understood, by default Arduino builds sketches with -Os optimization.
Comments