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.
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.