Hello,
I’ve started down this amazing project and I’m running into some issues as well while compiling.
I get this error:
Building in release mode
Generating partitions .pio\build\featheresp32\partitions.bin
Retrieving maximum program size .pio\build\featheresp32\firmware.elf
Checking size .pio\build\featheresp32\firmware.elf
Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
RAM: [== ] 22.1% (used 72452 bytes from 327680 bytes)
Error: The program size (1513024 bytes) is greater than maximum allowed (1507328 bytes)
Flash: [====*** [checkprogsize] Explicit exit, status 1
======] 100.4% (used 1513024 bytes from 1507328 bytes)
For some reason it looks too large. Any ideas to get around this?