Add todo note

This commit is contained in:
Starbeamrainbowlabs 2019-06-28 14:11:25 +01:00
parent eb3f377d28
commit a24fd9894c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
// A lightweight struct to hold location information.
// TinyGPS++ actually uses a *ton* of RAM so we can't keep the instance around as a global variable
// FUTURE: Rewrite this to use TinyGPS's integer system instead?
struct GPSLocation {
float lat;
float lng;