I downloaded the code from the arduino project hub called GPS Data Logger, Real-Time Curve, Max Height and Max Speed
It is found here:
https://create.arduino.cc/projecthub/yv … eed-575b16
But when I try to verify/compile the code I get the error message below. I have not modified the code, just pasted it into a new file
Arduino: 1.8.12 (Windows 10), Board: “Arduino Uno”
Sketch uses 33296 bytes (103%) of program storage space.
Maximum is 32256 bytes.text section exceeds available space in board
Global variables use 1571 bytes (76%) of dynamic memory, leaving 477 bytes for local variables.
Maximum is 2048 bytes.
Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it.
Error compiling for board Arduino Uno.
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.