Default flash set at 2MB
Posted: Mon Jan 23, 2023 4:46 pm
Any reason why (CONFIG_ESPTOOLPY_FLASHSIZE) for ESP32 is set to 2 MB by default in sdkconfig for most of the examples when ESP32 offers 4MB flash? My code is a bit larger than 2MB, so in order to flash it successfully, I had to change this setting to 4MB. Is there a risk to changing this setting to 4MB to match the full flash capacity of the chip? Could it possibly constrain some other aspect of the app or impact chip performance vs keeping this setting to something less than the chip's flash capacity?