Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
973 stars 229 forks source link

DRAM size issue? #345

Closed giddyhup closed 4 years ago

giddyhup commented 4 years ago

I'm trying to compile the sketch for a WEMOS LOLIN32 WROOM board and and get this error: DRAM segment data does not fit. [...] region `dram0_0_seg' overflowed by 13800 bytes. I tried other board settings and memory setting but can't find one that works. What am I missing?

Edzelf commented 4 years ago

Try to compile for "ESP32 DEV Module". PSRAM disabled.

giddyhup commented 4 years ago

Thanks for the lightning fast response. I did that and also set PubSub's max packet size to its default 512 (for a different project it had been increased). Now it seems to compile.