manager: don't manage the GNSS by default

This commit is contained in:
Arnaud Ferraris
2021-01-14 00:06:55 +01:00
parent 150ff67e7b
commit 79974bc9ee
3 changed files with 20 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ enum EG25State {
struct EG25Manager {
GMainLoop *loop;
guint reset_timer;
gboolean manage_gnss;
int at_fd;
guint at_source;