mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.05k stars 486 forks source link

Memory issue with TinyGPSCustom #76

Open LimCheeKheong opened 3 years ago

LimCheeKheong commented 3 years ago

Having each TinyGPSCustom will cost about 40-50 bytes of memory space. For Arduino 2k RAM, about ten variables will fill up the RAM space to 90%.

Suggest method to reduce the memory space by reducing the buffer space which currently set at 15. Or perhaps using a parameter for buffer size when calling the function.