Fixed lcd messages and gps triggering bugs
This commit is contained in:
@@ -34,6 +34,7 @@ private:
|
||||
Task _active_task = {};
|
||||
uint8_t _task_memory[64] = {};
|
||||
bool _task_memory_stale = true;
|
||||
bool _no_tracks_notice_shown = false;
|
||||
|
||||
int read_cfg();
|
||||
int write_cfg();
|
||||
@@ -51,4 +52,4 @@ public:
|
||||
int loop(unsigned long timeout_ms = 500);
|
||||
int get_track(unsigned int idx, track_data &t);
|
||||
int load_track(unsigned int idx);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user