Moderator: igrr
I read the files system chapter og the Github wiki, but it doesn't say anything about this
If I choose the 512k no SPIFFS option, the IDE tells me that the maximum program size is 499,696 bytes (~12k is used by the system i guess (SDK etc.)
If I choose the 512k 64k SPIFFS option, the IDE tells me that the maximum program size is 434,160 bytes.
It clearly doesn't affects the smaller flash sizes (tested on 512k, 1M and 2M). Haven't anybody warders where those 2MB went?
The rest of the Flash can be used for SPIFFS with little space for EEPROM.
This means that if you choose 1M SPIFFS withing 4M, the 2MB remaining is not gone, but simply unused and left empty.
So basically, there is no way to assign these 2 MB's to the program flash, making it possible to write code as large as ~1,5MB and still be able to use Over The Air programming?