From 41c714bcbd91a943807288e77cfbb6c5cb6f7615 Mon Sep 17 00:00:00 2001
From: joanvallve <jvallve@iri.upc.edu>
Date: Mon, 15 Mar 2021 12:56:13 +0100
Subject: [PATCH] test default configuration

---
 yaml/atlantic/config_f9t.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/yaml/atlantic/config_f9t.yaml b/yaml/atlantic/config_f9t.yaml
index 7ff7cb9..82cb5db 100644
--- a/yaml/atlantic/config_f9t.yaml
+++ b/yaml/atlantic/config_f9t.yaml
@@ -67,9 +67,9 @@ sv_in:
 # GNSS Config
 gnss:
   gps: true
-  glonass: false             # Supported by C94-M8P
+  glonass: true             # Supported by C94-M8P
   beidou: false             # Supported by C94-M8P
-  qzss: false               # Supported by C94-M8P
+  qzss: true                # Supported by C94-M8P
   galileo: true
 
 #inf: 
-- 
GitLab