Hi there.
I am working with the 16MB esp32 modules and would like to utilise all the space available on the flash chip.
either extend the APP partitions and or extend FS0 and FS1 or even add another partition.
the issue i sit with is if i change those then my compilation fails due to me exceeding the 4mB hard level set. how can i modify this in order to achieve my result.
Thank you for the response.
i have been trying that and didn’t work…
after i did a local build i saw that the config wasn’t propagating through to the sdkconfig file so
what i did was do a local build and then i manually updated the sdkconfig file.