fix missing variable declaration
This commit is contained in:
parent
b873b80279
commit
1348a3f9b7
@ -21,9 +21,11 @@
|
|||||||
|
|
||||||
#include <TinyGPS++.h>
|
#include <TinyGPS++.h>
|
||||||
|
|
||||||
uint32_t LatitudeBinary, LongitudeBinary;
|
uint32_t LatitudeBinary
|
||||||
|
uint32_t LongitudeBinary;
|
||||||
uint16_t altitudeGps;
|
uint16_t altitudeGps;
|
||||||
uint8_t hdopGps;
|
uint8_t hdopGps;
|
||||||
|
uint8_t sats;
|
||||||
char t[32]; // used to sprintf for Serial output
|
char t[32]; // used to sprintf for Serial output
|
||||||
|
|
||||||
TinyGPSPlus _gps;
|
TinyGPSPlus _gps;
|
||||||
|
Loading…
Reference in New Issue
Block a user