Running out of flash memory - Flash Size not helping
Posted: Wed Nov 16, 2016 5:48 pm
So I have some large arrays stored in ram using
I have a wemos s1 r2
I'm approaching the 1MB Flash limit so I change the Flash Size in the Arduino IDE to 4M (1m SPIFFS)
But its not making any difference. Sill only 1MB available.
Is there something I'm not understanding?
Also I have a D1 mini pro with 16MB - maybe I could use this but I don't think there is a board definition yet for the ide?
Code: Select all
uint32 ICACHE_RODATA_ATTR
I have a wemos s1 r2
I'm approaching the 1MB Flash limit so I change the Flash Size in the Arduino IDE to 4M (1m SPIFFS)
But its not making any difference. Sill only 1MB available.
Is there something I'm not understanding?
Also I have a D1 mini pro with 16MB - maybe I could use this but I don't think there is a board definition yet for the ide?