summaryrefslogtreecommitdiff
path: root/Mode/Mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mode/Mode.h')
-rw-r--r--Mode/Mode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mode/Mode.h b/Mode/Mode.h
index 96c27b1..8c7b0d9 100644
--- a/Mode/Mode.h
+++ b/Mode/Mode.h
@@ -9,7 +9,6 @@
#include "ISL29011.h"
#include "MMA845x.h"
#include "MPL3115A2.h"
-#include "GPSPARSER.h"
class Mode {
public:
@@ -69,6 +68,8 @@ class Mode {
LoRaHandler::LoRaPing _ping_result;
uint8_t _state;
bool _send_data;
+ mts::MTSSerial _gpsUART;
+ GPSPARSER _mdot_gps;
};
#endif