-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cheap Yellow Display "Sketch too Big" ? #58
Comments
try it with the board type LOLIN D32 ... |
This may actually happen if the esp32 tool chain gets updated and e.g. a library is now slightly bigger. There are several possibilities to deal with this: a) disable a game like you did The later is probably the most useful solution. Please report if that helps, so I can add that to the readme |
On Arduino IDE with latest 3.1.1 ESP32 Arduino boards I choosed "ESP32-2432S028 CYD" board and then changed "Partition Scheme" to an higher value then default of 1.2M for APP space, for example Max APP (4MB APP no OTA). |
I had this issue and @baggius is right. That fixed the upload problem. This issue can be closed. |
Hi, I followed all the steps and got galagino going on a CYD 👍 ... but, not until I commented out 1942 game in config.h (// #define ENABLE_1942 - line 10)
Otherwise, when compiling I get: "Sketch too big; ..... Sketch uses 1335229 bytes (101%) of program storage space. Maximum is 1310720 bytes."
Am I the only one getting this? Thanks - Fantastic work btw.
The text was updated successfully, but these errors were encountered: