The program sends the current location over the cellular network.
Dependencies: aconno_I2C ublox-at-cellular-interface gnss ublox-cellular-base Lis2dh12 ublox-cellular-base-n2xx ublox-at-cellular-interface-n2xx low-power-sleep
Fork of example-gnss by
Diff: aconnoHelpers/aconnoHelpers.h
- Revision:
- 9:f943c09d9173
- Parent:
- 8:2bf886335fd0
diff -r 2bf886335fd0 -r f943c09d9173 aconnoHelpers/aconnoHelpers.h --- a/aconnoHelpers/aconnoHelpers.h Fri Nov 30 16:19:41 2018 +0100 +++ b/aconnoHelpers/aconnoHelpers.h Wed Dec 19 15:12:25 2018 +0100 @@ -25,6 +25,6 @@ */ void reverse(char *str); -bool getGPSData(char *location, GnssSerial *gnss); +bool getGPSData(char *location, GnssSerial *gnss, uint32_t timeoutS = 0); #endif //
