Add todo note
This commit is contained in:
parent
eb3f377d28
commit
a24fd9894c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue