Description
I'm working on a private LoRa project using LGT8F328P (miniEVB) and RFM95W modules.
Compiling and uploading the code worked fine until today when the following problem occurred:
Linking .pio\build\LGT8F328P\firmware.elf Checking size .pio\build\LGT8F328P\firmware.elf Building .pio\build\LGT8F328P\firmware.hex Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" **Error: The program size (30224 bytes) is greater than maximum allowed (29696 bytes)** RAM: [======= ] 65.5% (used 1342 bytes from 2048 bytes) Flash: [==========] **101.8%** (used 30224 bytes from 29696 bytes) *** [checkprogsize] Explicit exit, status 1 =========================================== [FAILED] Took 13.91 seconds ===========================================
But I only changed the pin assignment.
"PlatformIO Home > Project Inspect" results in an other error:
Any ideas?