-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Just getting started with this but immediately ran into an issue on verify in Arduino IDE.
"Sketch uses 32322 bytes (100%) of program storage space. Maximum is 32256 bytes.
Global variables use 1017 bytes (49%) of dynamic memory, leaving 1031 bytes for local variables. Maximum is 2048 bytes.
Sketch too big; see https://support.arduino.cc/hc/en-us/articles/360013825179 for tips on reducing it.
text section exceeds available space in board
Compilation error: text section exceeds available space in board"
It looks like it is now too big for many of the Arduino boards. It compiles on the Mega fine.
Am I missing something here? I see no references to this in the discussions.
Metadata
Metadata
Assignees
Labels
No labels