at: parse config file

The AT commands list for each stage is now configured per-device, as 
well as the UART port to be used.

As this list can be changed by the user, there is no more need for a 
special GNSS-related option
This commit is contained in:
Arnaud Ferraris
2021-02-20 15:42:50 +01:00
parent cfbbbd0167
commit 042de572ea
3 changed files with 97 additions and 47 deletions

View File

@@ -30,7 +30,6 @@ enum EG25State {
struct EG25Manager {
GMainLoop *loop;
guint reset_timer;
gboolean manage_gnss;
gboolean use_libusb;
guint usb_vid;
guint usb_pid;