mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 23:32:14 +02:00
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:
@@ -267,7 +267,6 @@ int main(int argc, char *argv[])
|
||||
toml_table_t *toml_manager;
|
||||
toml_datum_t toml_value;
|
||||
const GOptionEntry options[] = {
|
||||
{ "gnss", 'g', 0, G_OPTION_ARG_NONE, &manager.manage_gnss, "Manage the GNSS feature.", NULL },
|
||||
{ "config", 'c', 0, G_OPTION_ARG_STRING, &config_file, "Config file to use.", NULL },
|
||||
{ NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL }
|
||||
};
|
||||
|
Reference in New Issue
Block a user