diff --git a/GsmWithGnss.h b/GsmWithGnss.h index 5ca1de2..c2ccffd 100644 --- a/GsmWithGnss.h +++ b/GsmWithGnss.h @@ -64,6 +64,7 @@ typedef struct { bool isBusy; + bool isNav; tLoggerToSerialPort *slog; @@ -74,10 +75,6 @@ typedef struct { tNmeaRmc currentRmc; } gnssRmcGga; -// uint8_t bufLog[2048]; -// char bufLogHexString[260]; - - bool isNav; #ifdef UVEOS_ADD_TELEMATICA bool isDisconnect;