Bjoerns-TB / ttn-gps-tracker

GPS Tracker for TTN
GNU General Public License v3.0
17 stars 16 forks source link

Sketch Size Error #5

Closed stmikul closed 3 years ago

stmikul commented 4 years ago

I'm using the Adafruit Feather 32u4 Lora with the Ultimate GPS featherwing as described in the documentation but I'm getting the following error compiling to the Feather 32u4.

Sketch uses 30030 bytes (104%) of program storage space. Maximum is 28672 bytes. Global variables use 1937 bytes of dynamic memory. Sketch too big; see http://www.arduino.cc/en/Guide/Troubleshooting#size for tips on reducing it. Error compiling for board Adafruit Feather 32u4.

Any suggestions?

ohobby commented 4 years ago

+1 Same problem, no matter which lmic I use. :-(

Bjoerns-TB commented 3 years ago

Hi,

with

define DISABLE_PING

define DISABLE_BEACONS

in the lmic_project_config.h the tracker.ino will work.