Description
Board
esp32-devkitc-ve
Device Description
plain module
Hardware Configuration
any
Version
v2.0.6
IDE Name
Arduino IDE
Operating System
Windows 7
Flash frequency
80mhz
PSRAM enabled
yes
Upload speed
921600
Description
Hello
I am having a problem with the sketch size. The sketch size maximum calculation for 8MB seems to be incorrect and will not allow me to have a sketch size about 1.3MB.
I am using an original devkitC board, I've selected "ESP32 Wrover Kit (all versions)"
When selecting 8MB with spiffs (3.0MB APP / 1.5MB SPIFFS)
I get the following output, which seesm to be 1.3MB app, NOT 3.0MB as selected
Sketch uses 1199625 bytes (91%) of program storage space. Maximum is 1310720 bytes.
When selecting Minimal spiffs ((1.9MB APP / 190KB SPIFFS)
It seems correct..
Sketch uses 1199625 bytes (61%) of program storage space. Maximum is 1966080 bytes.
Arduino version if 1.8.19
Is this a bug? Can anyone help?
Thank you
Regards,
-Moses
Sketch
any code will work
Debug Message
Sketch uses 1199625 bytes (91%) of program storage space. Maximum is 1310720 bytes.
Other Steps to Reproduce
none
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.